| Package | Description |
|---|---|
| com.amazonaws.services.autoscalingplans |
|
| com.amazonaws.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateScalingPlanResult> |
AbstractAWSAutoScalingPlansAsync.createScalingPlanAsync(CreateScalingPlanRequest request,
AsyncHandler<CreateScalingPlanRequest,CreateScalingPlanResult> asyncHandler) |
Future<CreateScalingPlanResult> |
AWSAutoScalingPlansAsync.createScalingPlanAsync(CreateScalingPlanRequest createScalingPlanRequest,
AsyncHandler<CreateScalingPlanRequest,CreateScalingPlanResult> asyncHandler)
Creates a scaling plan.
|
Future<CreateScalingPlanResult> |
AWSAutoScalingPlansAsyncClient.createScalingPlanAsync(CreateScalingPlanRequest request,
AsyncHandler<CreateScalingPlanRequest,CreateScalingPlanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateScalingPlanRequest |
CreateScalingPlanRequest.clone() |
CreateScalingPlanRequest |
CreateScalingPlanRequest.withApplicationSource(ApplicationSource applicationSource)
A CloudFormation stack or set of tags.
|
CreateScalingPlanRequest |
CreateScalingPlanRequest.withScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
CreateScalingPlanRequest |
CreateScalingPlanRequest.withScalingInstructions(ScalingInstruction... scalingInstructions)
The scaling instructions.
|
CreateScalingPlanRequest |
CreateScalingPlanRequest.withScalingPlanName(String scalingPlanName)
The name of the scaling plan.
|
Copyright © 2023. All rights reserved.