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