Uses of Class
com.amazonaws.services.autoscaling.model.DeletePolicyResult
-
Packages that use DeletePolicyResult Package Description com.amazonaws.services.autoscaling com.amazonaws.services.autoscaling.model -
-
Uses of DeletePolicyResult in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling that return DeletePolicyResult Modifier and Type Method Description DeletePolicyResult
AbstractAmazonAutoScaling. deletePolicy(DeletePolicyRequest request)
DeletePolicyResult
AmazonAutoScaling. deletePolicy(DeletePolicyRequest deletePolicyRequest)
Deletes the specified Auto Scaling policy.DeletePolicyResult
AmazonAutoScalingClient. deletePolicy(DeletePolicyRequest deletePolicyRequest)
Deletes the specified Auto Scaling policy.Method parameters in com.amazonaws.services.autoscaling with type arguments of type DeletePolicyResult Modifier and Type Method Description Future<DeletePolicyResult>
AbstractAmazonAutoScalingAsync. deletePolicyAsync(DeletePolicyRequest request, AsyncHandler<DeletePolicyRequest,DeletePolicyResult> asyncHandler)
Future<DeletePolicyResult>
AmazonAutoScalingAsync. deletePolicyAsync(DeletePolicyRequest deletePolicyRequest, AsyncHandler<DeletePolicyRequest,DeletePolicyResult> asyncHandler)
Deletes the specified Auto Scaling policy.Future<DeletePolicyResult>
AmazonAutoScalingAsyncClient. deletePolicyAsync(DeletePolicyRequest request, AsyncHandler<DeletePolicyRequest,DeletePolicyResult> asyncHandler)
-
Uses of DeletePolicyResult in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return DeletePolicyResult Modifier and Type Method Description DeletePolicyResult
DeletePolicyResult. clone()
-