Uses of Class
com.amazonaws.services.applicationautoscaling.model.DeleteScalingPolicyRequest
-
Packages that use DeleteScalingPolicyRequest Package Description com.amazonaws.services.applicationautoscaling com.amazonaws.services.applicationautoscaling.model -
-
Uses of DeleteScalingPolicyRequest in com.amazonaws.services.applicationautoscaling
Methods in com.amazonaws.services.applicationautoscaling with parameters of type DeleteScalingPolicyRequest 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.Future<DeleteScalingPolicyResult>
AbstractAWSApplicationAutoScalingAsync. deleteScalingPolicyAsync(DeleteScalingPolicyRequest request)
Future<DeleteScalingPolicyResult>
AbstractAWSApplicationAutoScalingAsync. deleteScalingPolicyAsync(DeleteScalingPolicyRequest request, AsyncHandler<DeleteScalingPolicyRequest,DeleteScalingPolicyResult> asyncHandler)
Future<DeleteScalingPolicyResult>
AWSApplicationAutoScalingAsync. deleteScalingPolicyAsync(DeleteScalingPolicyRequest deleteScalingPolicyRequest)
Deletes an Application Auto Scaling scaling policy that was previously created.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)
Future<DeleteScalingPolicyResult>
AWSApplicationAutoScalingAsyncClient. deleteScalingPolicyAsync(DeleteScalingPolicyRequest request, AsyncHandler<DeleteScalingPolicyRequest,DeleteScalingPolicyResult> asyncHandler)
Method parameters in com.amazonaws.services.applicationautoscaling with type arguments of type DeleteScalingPolicyRequest 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 DeleteScalingPolicyRequest in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return DeleteScalingPolicyRequest Modifier and Type Method Description DeleteScalingPolicyRequest
DeleteScalingPolicyRequest. clone()
DeleteScalingPolicyRequest
DeleteScalingPolicyRequest. withPolicyName(String policyName)
The name of the scaling policy to delete.DeleteScalingPolicyRequest
DeleteScalingPolicyRequest. withResourceId(String resourceId)
The unique identifier string for the resource associated with the scaling policy.DeleteScalingPolicyRequest
DeleteScalingPolicyRequest. withScalableDimension(ScalableDimension scalableDimension)
The scalable dimension associated with the scaling policy.DeleteScalingPolicyRequest
DeleteScalingPolicyRequest. withScalableDimension(String scalableDimension)
The scalable dimension associated with the scaling policy.DeleteScalingPolicyRequest
DeleteScalingPolicyRequest. withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scaling policy is associated with.DeleteScalingPolicyRequest
DeleteScalingPolicyRequest. withServiceNamespace(String serviceNamespace)
The namespace for the AWS service that the scaling policy is associated with.
-