| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| Modifier and Type | Method and Description |
|---|---|
default BatchPutScheduledUpdateGroupActionResponse |
AutoScalingClient.batchPutScheduledUpdateGroupAction(BatchPutScheduledUpdateGroupActionRequest batchPutScheduledUpdateGroupActionRequest)
Creates or updates one or more scheduled scaling actions for an Auto Scaling group.
|
default BatchPutScheduledUpdateGroupActionResponse |
AutoScalingClient.batchPutScheduledUpdateGroupAction(Consumer<BatchPutScheduledUpdateGroupActionRequest.Builder> batchPutScheduledUpdateGroupActionRequest)
Creates or updates one or more scheduled scaling actions for an Auto Scaling group.
|
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.
|
default CreateLaunchConfigurationResponse |
AutoScalingClient.createLaunchConfiguration(Consumer<CreateLaunchConfigurationRequest.Builder> createLaunchConfigurationRequest)
Creates a launch configuration.
|
default CreateLaunchConfigurationResponse |
AutoScalingClient.createLaunchConfiguration(CreateLaunchConfigurationRequest createLaunchConfigurationRequest)
Creates a launch configuration.
|
default CreateOrUpdateTagsResponse |
AutoScalingClient.createOrUpdateTags(Consumer<CreateOrUpdateTagsRequest.Builder> createOrUpdateTagsRequest)
Creates or updates tags for the specified Auto Scaling group.
|
default CreateOrUpdateTagsResponse |
AutoScalingClient.createOrUpdateTags(CreateOrUpdateTagsRequest createOrUpdateTagsRequest)
Creates or updates tags for the specified Auto Scaling group.
|
default PutScheduledUpdateGroupActionResponse |
AutoScalingClient.putScheduledUpdateGroupAction(Consumer<PutScheduledUpdateGroupActionRequest.Builder> putScheduledUpdateGroupActionRequest)
Creates or updates a scheduled scaling action for an Auto Scaling group.
|
default PutScheduledUpdateGroupActionResponse |
AutoScalingClient.putScheduledUpdateGroupAction(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest)
Creates or updates a scheduled scaling action for an Auto Scaling group.
|
Copyright © 2019. All rights reserved.