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 DeleteAutoScalingGroupResponse |
AutoScalingClient.deleteAutoScalingGroup(Consumer<DeleteAutoScalingGroupRequest.Builder> deleteAutoScalingGroupRequest) |
Deletes the specified Auto Scaling group.
|
default DeleteAutoScalingGroupResponse |
AutoScalingClient.deleteAutoScalingGroup(DeleteAutoScalingGroupRequest deleteAutoScalingGroupRequest) |
Deletes the specified Auto Scaling group.
|
default DeleteLaunchConfigurationResponse |
AutoScalingClient.deleteLaunchConfiguration(Consumer<DeleteLaunchConfigurationRequest.Builder> deleteLaunchConfigurationRequest) |
Deletes the specified launch configuration.
|
default DeleteLaunchConfigurationResponse |
AutoScalingClient.deleteLaunchConfiguration(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest) |
Deletes the specified launch configuration.
|
default DeleteTagsResponse |
AutoScalingClient.deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest) |
Deletes the specified tags.
|
default DeleteTagsResponse |
AutoScalingClient.deleteTags(DeleteTagsRequest deleteTagsRequest) |
Deletes the specified tags.
|
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 ResumeProcessesResponse |
AutoScalingClient.resumeProcesses(Consumer<ResumeProcessesRequest.Builder> resumeProcessesRequest) |
Resumes the specified suspended auto scaling processes, or all suspended process, for the specified Auto Scaling
group.
|
default ResumeProcessesResponse |
AutoScalingClient.resumeProcesses(ResumeProcessesRequest resumeProcessesRequest) |
Resumes the specified suspended auto scaling processes, or all suspended process, for the specified Auto Scaling
group.
|
default SuspendProcessesResponse |
AutoScalingClient.suspendProcesses(Consumer<SuspendProcessesRequest.Builder> suspendProcessesRequest) |
Suspends the specified auto scaling processes, or all processes, for the specified Auto Scaling group.
|
default SuspendProcessesResponse |
AutoScalingClient.suspendProcesses(SuspendProcessesRequest suspendProcessesRequest) |
Suspends the specified auto scaling processes, or all processes, for the specified Auto Scaling group.
|