Uses of Class
com.amazonaws.services.applicationautoscaling.model.DeleteScalingPolicyResult
-
Packages that use DeleteScalingPolicyResult Package Description com.amazonaws.services.applicationautoscaling com.amazonaws.services.applicationautoscaling.model -
-
Uses of DeleteScalingPolicyResult in com.amazonaws.services.applicationautoscaling
Methods in com.amazonaws.services.applicationautoscaling that return DeleteScalingPolicyResult Modifier and Type Method Description DeleteScalingPolicyResult
AbstractAWSApplicationAutoScaling. deleteScalingPolicy(DeleteScalingPolicyRequest request)
DeleteScalingPolicyResult
AWSApplicationAutoScaling. deleteScalingPolicy(DeleteScalingPolicyRequest deleteScalingPolicyRequest)
Deletes an Application Auto Scaling scaling policy that was previously created.DeleteScalingPolicyResult
AWSApplicationAutoScalingClient. deleteScalingPolicy(DeleteScalingPolicyRequest deleteScalingPolicyRequest)
Deletes an Application Auto Scaling scaling policy that was previously created.Method parameters in com.amazonaws.services.applicationautoscaling with type arguments of type DeleteScalingPolicyResult Modifier and Type Method Description Future<DeleteScalingPolicyResult>
AbstractAWSApplicationAutoScalingAsync. deleteScalingPolicyAsync(DeleteScalingPolicyRequest request, AsyncHandler<DeleteScalingPolicyRequest,DeleteScalingPolicyResult> asyncHandler)
Future<DeleteScalingPolicyResult>
AWSApplicationAutoScalingAsync. deleteScalingPolicyAsync(DeleteScalingPolicyRequest deleteScalingPolicyRequest, AsyncHandler<DeleteScalingPolicyRequest,DeleteScalingPolicyResult> asyncHandler)
Deletes an Application Auto Scaling scaling policy that was previously created.Future<DeleteScalingPolicyResult>
AWSApplicationAutoScalingAsyncClient. deleteScalingPolicyAsync(DeleteScalingPolicyRequest request, AsyncHandler<DeleteScalingPolicyRequest,DeleteScalingPolicyResult> asyncHandler)
-
Uses of DeleteScalingPolicyResult in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return DeleteScalingPolicyResult Modifier and Type Method Description DeleteScalingPolicyResult
DeleteScalingPolicyResult. clone()
-