Uses of Class
com.amazonaws.services.applicationautoscaling.model.DescribeScalingPoliciesRequest
Packages that use DescribeScalingPoliciesRequest
Package
Description
-
Uses of DescribeScalingPoliciesRequest in com.amazonaws.services.applicationautoscaling
Methods in com.amazonaws.services.applicationautoscaling with parameters of type DescribeScalingPoliciesRequestModifier and TypeMethodDescriptionAbstractAWSApplicationAutoScaling.describeScalingPolicies(DescribeScalingPoliciesRequest request) AWSApplicationAutoScaling.describeScalingPolicies(DescribeScalingPoliciesRequest describeScalingPoliciesRequest) Provides descriptive information for scaling policies with a specified service namespace.AWSApplicationAutoScalingClient.describeScalingPolicies(DescribeScalingPoliciesRequest describeScalingPoliciesRequest) Provides descriptive information for scaling policies with a specified service namespace.AbstractAWSApplicationAutoScalingAsync.describeScalingPoliciesAsync(DescribeScalingPoliciesRequest request) AbstractAWSApplicationAutoScalingAsync.describeScalingPoliciesAsync(DescribeScalingPoliciesRequest request, AsyncHandler<DescribeScalingPoliciesRequest, DescribeScalingPoliciesResult> asyncHandler) AWSApplicationAutoScalingAsync.describeScalingPoliciesAsync(DescribeScalingPoliciesRequest describeScalingPoliciesRequest) Provides descriptive information for scaling policies with a specified service namespace.AWSApplicationAutoScalingAsync.describeScalingPoliciesAsync(DescribeScalingPoliciesRequest describeScalingPoliciesRequest, AsyncHandler<DescribeScalingPoliciesRequest, DescribeScalingPoliciesResult> asyncHandler) Provides descriptive information for scaling policies with a specified service namespace.AWSApplicationAutoScalingAsyncClient.describeScalingPoliciesAsync(DescribeScalingPoliciesRequest request) AWSApplicationAutoScalingAsyncClient.describeScalingPoliciesAsync(DescribeScalingPoliciesRequest request, AsyncHandler<DescribeScalingPoliciesRequest, DescribeScalingPoliciesResult> asyncHandler) Method parameters in com.amazonaws.services.applicationautoscaling with type arguments of type DescribeScalingPoliciesRequestModifier and TypeMethodDescriptionAbstractAWSApplicationAutoScalingAsync.describeScalingPoliciesAsync(DescribeScalingPoliciesRequest request, AsyncHandler<DescribeScalingPoliciesRequest, DescribeScalingPoliciesResult> asyncHandler) AWSApplicationAutoScalingAsync.describeScalingPoliciesAsync(DescribeScalingPoliciesRequest describeScalingPoliciesRequest, AsyncHandler<DescribeScalingPoliciesRequest, DescribeScalingPoliciesResult> asyncHandler) Provides descriptive information for scaling policies with a specified service namespace.AWSApplicationAutoScalingAsyncClient.describeScalingPoliciesAsync(DescribeScalingPoliciesRequest request, AsyncHandler<DescribeScalingPoliciesRequest, DescribeScalingPoliciesResult> asyncHandler) -
Uses of DescribeScalingPoliciesRequest in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return DescribeScalingPoliciesRequestModifier and TypeMethodDescriptionDescribeScalingPoliciesRequest.clone()DescribeScalingPoliciesRequest.withMaxResults(Integer maxResults) The maximum number of scaling policy results returned byDescribeScalingPoliciesin paginated output.DescribeScalingPoliciesRequest.withNextToken(String nextToken) TheNextTokenvalue returned from a previous paginatedDescribeScalingPoliciesrequest.DescribeScalingPoliciesRequest.withPolicyNames(String... policyNames) The names of the scaling policies to describe.DescribeScalingPoliciesRequest.withPolicyNames(Collection<String> policyNames) The names of the scaling policies to describe.DescribeScalingPoliciesRequest.withResourceId(String resourceId) The unique resource identifier string of the scalable target that the scaling policy is associated with.DescribeScalingPoliciesRequest.withScalableDimension(ScalableDimension scalableDimension) The scalable dimension of the scalable target that the scaling policy is associated with.DescribeScalingPoliciesRequest.withScalableDimension(String scalableDimension) The scalable dimension of the scalable target that the scaling policy is associated with.DescribeScalingPoliciesRequest.withServiceNamespace(ServiceNamespace serviceNamespace) The AWS service namespace of the scalable target that the scaling policy is associated with.DescribeScalingPoliciesRequest.withServiceNamespace(String serviceNamespace) The AWS service namespace of the scalable target that the scaling policy is associated with.