| 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 CancelInstanceRefreshResponse |
AutoScalingClient.cancelInstanceRefresh(CancelInstanceRefreshRequest cancelInstanceRefreshRequest)
Cancels an instance refresh operation in progress.
|
default CancelInstanceRefreshResponse |
AutoScalingClient.cancelInstanceRefresh(Consumer<CancelInstanceRefreshRequest.Builder> cancelInstanceRefreshRequest)
Cancels an instance refresh operation in progress.
|
default CreateAutoScalingGroupResponse |
AutoScalingClient.createAutoScalingGroup(Consumer<CreateAutoScalingGroupRequest.Builder> createAutoScalingGroupRequest)
We strongly recommend using a launch template when calling this operation to ensure full functionality for
Amazon EC2 Auto Scaling and Amazon EC2.
|
default CreateAutoScalingGroupResponse |
AutoScalingClient.createAutoScalingGroup(CreateAutoScalingGroupRequest createAutoScalingGroupRequest)
We strongly recommend using a launch template when calling this operation to ensure full functionality for
Amazon EC2 Auto Scaling and Amazon EC2.
|
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 DeleteWarmPoolResponse |
AutoScalingClient.deleteWarmPool(Consumer<DeleteWarmPoolRequest.Builder> deleteWarmPoolRequest)
Deletes the warm pool for the specified Auto Scaling group.
|
default DeleteWarmPoolResponse |
AutoScalingClient.deleteWarmPool(DeleteWarmPoolRequest deleteWarmPoolRequest)
Deletes the warm pool for the specified Auto Scaling group.
|
default DescribeWarmPoolResponse |
AutoScalingClient.describeWarmPool(Consumer<DescribeWarmPoolRequest.Builder> describeWarmPoolRequest)
Gets information about a warm pool and its instances.
|
default DescribeWarmPoolResponse |
AutoScalingClient.describeWarmPool(DescribeWarmPoolRequest describeWarmPoolRequest)
Gets information about a warm pool and its instances.
|
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 scaling policy for an Auto Scaling group.
|
default PutScalingPolicyResponse |
AutoScalingClient.putScalingPolicy(PutScalingPolicyRequest putScalingPolicyRequest)
Creates or updates a scaling 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 PutWarmPoolResponse |
AutoScalingClient.putWarmPool(Consumer<PutWarmPoolRequest.Builder> putWarmPoolRequest)
Creates or updates a warm pool for the specified Auto Scaling group.
|
default PutWarmPoolResponse |
AutoScalingClient.putWarmPool(PutWarmPoolRequest putWarmPoolRequest)
Creates or updates a warm pool for the specified 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.
|
default StartInstanceRefreshResponse |
AutoScalingClient.startInstanceRefresh(Consumer<StartInstanceRefreshRequest.Builder> startInstanceRefreshRequest)
Starts a new instance refresh operation.
|
default StartInstanceRefreshResponse |
AutoScalingClient.startInstanceRefresh(StartInstanceRefreshRequest startInstanceRefreshRequest)
Starts a new instance refresh operation.
|
Copyright © 2022. All rights reserved.