Package | Description |
---|---|
software.amazon.awssdk.services.autoscaling |
|
Modifier and Type | Method and Description |
---|---|
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 ResumeProcessesResponse |
AutoScalingClient.resumeProcesses(Consumer<ResumeProcessesRequest.Builder> resumeProcessesRequest)
Resumes the specified suspended automatic scaling processes, or all suspended process, for the specified Auto
Scaling group.
|
default ResumeProcessesResponse |
AutoScalingClient.resumeProcesses(ResumeProcessesRequest resumeProcessesRequest)
Resumes the specified suspended automatic scaling processes, or all suspended process, for the specified Auto
Scaling group.
|
default SuspendProcessesResponse |
AutoScalingClient.suspendProcesses(Consumer<SuspendProcessesRequest.Builder> suspendProcessesRequest)
Suspends the specified automatic scaling processes, or all processes, for the specified Auto Scaling group.
|
default SuspendProcessesResponse |
AutoScalingClient.suspendProcesses(SuspendProcessesRequest suspendProcessesRequest)
Suspends the specified automatic scaling processes, or all processes, for the specified Auto Scaling group.
|
Copyright © 2019. All rights reserved.