| 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 PutLifecycleHookResponse |
AutoScalingClient.putLifecycleHook(Consumer<PutLifecycleHookRequest.Builder> putLifecycleHookRequest)
Creates or updates a lifecycle hook for the specified Auto Scaling group.
|
default PutLifecycleHookResponse |
AutoScalingClient.putLifecycleHook(PutLifecycleHookRequest putLifecycleHookRequest)
Creates or updates a lifecycle hook for the specified Auto Scaling group.
|
default PutNotificationConfigurationResponse |
AutoScalingClient.putNotificationConfiguration(Consumer<PutNotificationConfigurationRequest.Builder> putNotificationConfigurationRequest)
Configures an Auto Scaling group to send notifications when specified events take place.
|
default PutNotificationConfigurationResponse |
AutoScalingClient.putNotificationConfiguration(PutNotificationConfigurationRequest putNotificationConfigurationRequest)
Configures an Auto Scaling group to send notifications when specified events take place.
|
default PutScalingPolicyResponse |
AutoScalingClient.putScalingPolicy(Consumer<PutScalingPolicyRequest.Builder> putScalingPolicyRequest)
Creates or updates a policy for an Auto Scaling group.
|
default PutScalingPolicyResponse |
AutoScalingClient.putScalingPolicy(PutScalingPolicyRequest putScalingPolicyRequest)
Creates or updates a policy for an 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.
|
default SetInstanceProtectionResponse |
AutoScalingClient.setInstanceProtection(Consumer<SetInstanceProtectionRequest.Builder> setInstanceProtectionRequest)
Updates the instance protection settings of the specified instances.
|
default SetInstanceProtectionResponse |
AutoScalingClient.setInstanceProtection(SetInstanceProtectionRequest setInstanceProtectionRequest)
Updates the instance protection settings of the specified instances.
|
Copyright © 2018. All rights reserved.