Uses of Class
com.amazonaws.services.autoscaling.model.DescribeScalingProcessTypesResult
Packages that use DescribeScalingProcessTypesResult
-
Uses of DescribeScalingProcessTypesResult in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling that return DescribeScalingProcessTypesResultModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.describeScalingProcessTypes()
AbstractAmazonAutoScaling.describeScalingProcessTypes
(DescribeScalingProcessTypesRequest request) AmazonAutoScaling.describeScalingProcessTypes()
Simplified method form for invoking the DescribeScalingProcessTypes operation.AmazonAutoScaling.describeScalingProcessTypes
(DescribeScalingProcessTypesRequest describeScalingProcessTypesRequest) Describes the scaling process types for use with ResumeProcesses and SuspendProcesses.AmazonAutoScalingClient.describeScalingProcessTypes()
AmazonAutoScalingClient.describeScalingProcessTypes
(DescribeScalingProcessTypesRequest describeScalingProcessTypesRequest) Describes the scaling process types for use with ResumeProcesses and SuspendProcesses.Methods in com.amazonaws.services.autoscaling that return types with arguments of type DescribeScalingProcessTypesResultModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.describeScalingProcessTypesAsync()
Simplified method form for invoking the DescribeScalingProcessTypes operation.AbstractAmazonAutoScalingAsync.describeScalingProcessTypesAsync
(AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult> asyncHandler) Simplified method form for invoking the DescribeScalingProcessTypes operation with an AsyncHandler.AbstractAmazonAutoScalingAsync.describeScalingProcessTypesAsync
(DescribeScalingProcessTypesRequest request) AbstractAmazonAutoScalingAsync.describeScalingProcessTypesAsync
(DescribeScalingProcessTypesRequest request, AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult> asyncHandler) AmazonAutoScalingAsync.describeScalingProcessTypesAsync()
Simplified method form for invoking the DescribeScalingProcessTypes operation.AmazonAutoScalingAsync.describeScalingProcessTypesAsync
(AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult> asyncHandler) Simplified method form for invoking the DescribeScalingProcessTypes operation with an AsyncHandler.AmazonAutoScalingAsync.describeScalingProcessTypesAsync
(DescribeScalingProcessTypesRequest describeScalingProcessTypesRequest) Describes the scaling process types for use with ResumeProcesses and SuspendProcesses.AmazonAutoScalingAsync.describeScalingProcessTypesAsync
(DescribeScalingProcessTypesRequest describeScalingProcessTypesRequest, AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult> asyncHandler) Describes the scaling process types for use with ResumeProcesses and SuspendProcesses.AmazonAutoScalingAsyncClient.describeScalingProcessTypesAsync()
Simplified method form for invoking the DescribeScalingProcessTypes operation.AmazonAutoScalingAsyncClient.describeScalingProcessTypesAsync
(AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult> asyncHandler) Simplified method form for invoking the DescribeScalingProcessTypes operation with an AsyncHandler.AmazonAutoScalingAsyncClient.describeScalingProcessTypesAsync
(DescribeScalingProcessTypesRequest request) AmazonAutoScalingAsyncClient.describeScalingProcessTypesAsync
(DescribeScalingProcessTypesRequest request, AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type DescribeScalingProcessTypesResultModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.describeScalingProcessTypesAsync
(AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult> asyncHandler) Simplified method form for invoking the DescribeScalingProcessTypes operation with an AsyncHandler.AbstractAmazonAutoScalingAsync.describeScalingProcessTypesAsync
(DescribeScalingProcessTypesRequest request, AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult> asyncHandler) AmazonAutoScalingAsync.describeScalingProcessTypesAsync
(AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult> asyncHandler) Simplified method form for invoking the DescribeScalingProcessTypes operation with an AsyncHandler.AmazonAutoScalingAsync.describeScalingProcessTypesAsync
(DescribeScalingProcessTypesRequest describeScalingProcessTypesRequest, AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult> asyncHandler) Describes the scaling process types for use with ResumeProcesses and SuspendProcesses.AmazonAutoScalingAsyncClient.describeScalingProcessTypesAsync
(AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult> asyncHandler) Simplified method form for invoking the DescribeScalingProcessTypes operation with an AsyncHandler.AmazonAutoScalingAsyncClient.describeScalingProcessTypesAsync
(DescribeScalingProcessTypesRequest request, AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult> asyncHandler) -
Uses of DescribeScalingProcessTypesResult in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return DescribeScalingProcessTypesResultModifier and TypeMethodDescriptionDescribeScalingProcessTypesResult.clone()
DescribeScalingProcessTypesResult.withProcesses
(ProcessType... processes) The names of the process types.DescribeScalingProcessTypesResult.withProcesses
(Collection<ProcessType> processes) The names of the process types.