Uses of Class
software.amazon.awssdk.services.autoscaling.model.CreateOrUpdateTagsResponse
-
Packages that use CreateOrUpdateTagsResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of CreateOrUpdateTagsResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return CreateOrUpdateTagsResponse Modifier and Type Method Description default CreateOrUpdateTagsResponseAutoScalingClient. createOrUpdateTags(Consumer<CreateOrUpdateTagsRequest.Builder> createOrUpdateTagsRequest)Creates or updates tags for the specified Auto Scaling group.default CreateOrUpdateTagsResponseAutoScalingClient. createOrUpdateTags(CreateOrUpdateTagsRequest createOrUpdateTagsRequest)Creates or updates tags for the specified Auto Scaling group.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type CreateOrUpdateTagsResponse Modifier and Type Method Description default CompletableFuture<CreateOrUpdateTagsResponse>AutoScalingAsyncClient. createOrUpdateTags(Consumer<CreateOrUpdateTagsRequest.Builder> createOrUpdateTagsRequest)Creates or updates tags for the specified Auto Scaling group.default CompletableFuture<CreateOrUpdateTagsResponse>AutoScalingAsyncClient. createOrUpdateTags(CreateOrUpdateTagsRequest createOrUpdateTagsRequest)Creates or updates tags for the specified Auto Scaling group.
-