Uses of Class
software.amazon.awssdk.services.autoscaling.model.CreateOrUpdateTagsRequest
-
Packages that use CreateOrUpdateTagsRequest Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.transform -
-
Uses of CreateOrUpdateTagsRequest in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling with parameters of type CreateOrUpdateTagsRequest Modifier and Type Method Description default CompletableFuture<CreateOrUpdateTagsResponse>AutoScalingAsyncClient. createOrUpdateTags(CreateOrUpdateTagsRequest 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. -
Uses of CreateOrUpdateTagsRequest in software.amazon.awssdk.services.autoscaling.transform
Methods in software.amazon.awssdk.services.autoscaling.transform with parameters of type CreateOrUpdateTagsRequest Modifier and Type Method Description SdkHttpFullRequestCreateOrUpdateTagsRequestMarshaller. marshall(CreateOrUpdateTagsRequest createOrUpdateTagsRequest)
-