@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class DeleteSubClusterPoliciesConfigurationsRequest extends Object
Constructor and Description |
---|
DeleteSubClusterPoliciesConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
abstract List<String> |
getQueues()
To obtain the list of queues to be deleted.
|
static DeleteSubClusterPoliciesConfigurationsRequest |
newInstance(List<String> queues) |
abstract void |
setQueues(List<String> queues)
Set the list of queues to be deleted.
|
public DeleteSubClusterPoliciesConfigurationsRequest()
@InterfaceAudience.Private @InterfaceStability.Unstable public static DeleteSubClusterPoliciesConfigurationsRequest newInstance(List<String> queues)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract List<String> getQueues()
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.