| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAutoScalingGroupResponse |
AutoScalingClient.createAutoScalingGroup(Consumer<CreateAutoScalingGroupRequest.Builder> createAutoScalingGroupRequest)
Creates an Auto Scaling group with the specified name and attributes.
|
default CreateAutoScalingGroupResponse |
AutoScalingClient.createAutoScalingGroup(CreateAutoScalingGroupRequest createAutoScalingGroupRequest)
Creates an Auto Scaling group with the specified name and attributes.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateAutoScalingGroupResponse> |
AutoScalingAsyncClient.createAutoScalingGroup(Consumer<CreateAutoScalingGroupRequest.Builder> createAutoScalingGroupRequest)
Creates an Auto Scaling group with the specified name and attributes.
|
default CompletableFuture<CreateAutoScalingGroupResponse> |
AutoScalingAsyncClient.createAutoScalingGroup(CreateAutoScalingGroupRequest createAutoScalingGroupRequest)
Creates an Auto Scaling group with the specified name and attributes.
|
Copyright © 2018. All rights reserved.