Uses of Class
com.amazonaws.services.autoscaling.model.DescribeAdjustmentTypesResult
Packages that use DescribeAdjustmentTypesResult
-
Uses of DescribeAdjustmentTypesResult in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling that return DescribeAdjustmentTypesResultModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.describeAdjustmentTypes()
AbstractAmazonAutoScaling.describeAdjustmentTypes
(DescribeAdjustmentTypesRequest request) AmazonAutoScaling.describeAdjustmentTypes()
Simplified method form for invoking the DescribeAdjustmentTypes operation.AmazonAutoScaling.describeAdjustmentTypes
(DescribeAdjustmentTypesRequest describeAdjustmentTypesRequest) Describes the policy adjustment types for use with PutScalingPolicy.AmazonAutoScalingClient.describeAdjustmentTypes()
AmazonAutoScalingClient.describeAdjustmentTypes
(DescribeAdjustmentTypesRequest describeAdjustmentTypesRequest) Describes the policy adjustment types for use with PutScalingPolicy.Methods in com.amazonaws.services.autoscaling that return types with arguments of type DescribeAdjustmentTypesResultModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.describeAdjustmentTypesAsync()
Simplified method form for invoking the DescribeAdjustmentTypes operation.AbstractAmazonAutoScalingAsync.describeAdjustmentTypesAsync
(AsyncHandler<DescribeAdjustmentTypesRequest, DescribeAdjustmentTypesResult> asyncHandler) Simplified method form for invoking the DescribeAdjustmentTypes operation with an AsyncHandler.AbstractAmazonAutoScalingAsync.describeAdjustmentTypesAsync
(DescribeAdjustmentTypesRequest request) AbstractAmazonAutoScalingAsync.describeAdjustmentTypesAsync
(DescribeAdjustmentTypesRequest request, AsyncHandler<DescribeAdjustmentTypesRequest, DescribeAdjustmentTypesResult> asyncHandler) AmazonAutoScalingAsync.describeAdjustmentTypesAsync()
Simplified method form for invoking the DescribeAdjustmentTypes operation.AmazonAutoScalingAsync.describeAdjustmentTypesAsync
(AsyncHandler<DescribeAdjustmentTypesRequest, DescribeAdjustmentTypesResult> asyncHandler) Simplified method form for invoking the DescribeAdjustmentTypes operation with an AsyncHandler.AmazonAutoScalingAsync.describeAdjustmentTypesAsync
(DescribeAdjustmentTypesRequest describeAdjustmentTypesRequest) Describes the policy adjustment types for use with PutScalingPolicy.AmazonAutoScalingAsync.describeAdjustmentTypesAsync
(DescribeAdjustmentTypesRequest describeAdjustmentTypesRequest, AsyncHandler<DescribeAdjustmentTypesRequest, DescribeAdjustmentTypesResult> asyncHandler) Describes the policy adjustment types for use with PutScalingPolicy.AmazonAutoScalingAsyncClient.describeAdjustmentTypesAsync()
Simplified method form for invoking the DescribeAdjustmentTypes operation.AmazonAutoScalingAsyncClient.describeAdjustmentTypesAsync
(AsyncHandler<DescribeAdjustmentTypesRequest, DescribeAdjustmentTypesResult> asyncHandler) Simplified method form for invoking the DescribeAdjustmentTypes operation with an AsyncHandler.AmazonAutoScalingAsyncClient.describeAdjustmentTypesAsync
(DescribeAdjustmentTypesRequest request) AmazonAutoScalingAsyncClient.describeAdjustmentTypesAsync
(DescribeAdjustmentTypesRequest request, AsyncHandler<DescribeAdjustmentTypesRequest, DescribeAdjustmentTypesResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type DescribeAdjustmentTypesResultModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.describeAdjustmentTypesAsync
(AsyncHandler<DescribeAdjustmentTypesRequest, DescribeAdjustmentTypesResult> asyncHandler) Simplified method form for invoking the DescribeAdjustmentTypes operation with an AsyncHandler.AbstractAmazonAutoScalingAsync.describeAdjustmentTypesAsync
(DescribeAdjustmentTypesRequest request, AsyncHandler<DescribeAdjustmentTypesRequest, DescribeAdjustmentTypesResult> asyncHandler) AmazonAutoScalingAsync.describeAdjustmentTypesAsync
(AsyncHandler<DescribeAdjustmentTypesRequest, DescribeAdjustmentTypesResult> asyncHandler) Simplified method form for invoking the DescribeAdjustmentTypes operation with an AsyncHandler.AmazonAutoScalingAsync.describeAdjustmentTypesAsync
(DescribeAdjustmentTypesRequest describeAdjustmentTypesRequest, AsyncHandler<DescribeAdjustmentTypesRequest, DescribeAdjustmentTypesResult> asyncHandler) Describes the policy adjustment types for use with PutScalingPolicy.AmazonAutoScalingAsyncClient.describeAdjustmentTypesAsync
(AsyncHandler<DescribeAdjustmentTypesRequest, DescribeAdjustmentTypesResult> asyncHandler) Simplified method form for invoking the DescribeAdjustmentTypes operation with an AsyncHandler.AmazonAutoScalingAsyncClient.describeAdjustmentTypesAsync
(DescribeAdjustmentTypesRequest request, AsyncHandler<DescribeAdjustmentTypesRequest, DescribeAdjustmentTypesResult> asyncHandler) -
Uses of DescribeAdjustmentTypesResult in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return DescribeAdjustmentTypesResultModifier and TypeMethodDescriptionDescribeAdjustmentTypesResult.clone()
DescribeAdjustmentTypesResult.withAdjustmentTypes
(AdjustmentType... adjustmentTypes) The policy adjustment types.DescribeAdjustmentTypesResult.withAdjustmentTypes
(Collection<AdjustmentType> adjustmentTypes) The policy adjustment types.