Uses of Class
com.amazonaws.services.autoscaling.model.CreateOrUpdateTagsRequest
Packages that use CreateOrUpdateTagsRequest
-
Uses of CreateOrUpdateTagsRequest in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling with parameters of type CreateOrUpdateTagsRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.createOrUpdateTags
(CreateOrUpdateTagsRequest request) AmazonAutoScaling.createOrUpdateTags
(CreateOrUpdateTagsRequest createOrUpdateTagsRequest) Creates or updates tags for the specified Auto Scaling group.AmazonAutoScalingClient.createOrUpdateTags
(CreateOrUpdateTagsRequest createOrUpdateTagsRequest) Creates or updates tags for the specified Auto Scaling group.AbstractAmazonAutoScalingAsync.createOrUpdateTagsAsync
(CreateOrUpdateTagsRequest request) AbstractAmazonAutoScalingAsync.createOrUpdateTagsAsync
(CreateOrUpdateTagsRequest request, AsyncHandler<CreateOrUpdateTagsRequest, CreateOrUpdateTagsResult> asyncHandler) AmazonAutoScalingAsync.createOrUpdateTagsAsync
(CreateOrUpdateTagsRequest createOrUpdateTagsRequest) Creates or updates tags for the specified Auto Scaling group.AmazonAutoScalingAsync.createOrUpdateTagsAsync
(CreateOrUpdateTagsRequest createOrUpdateTagsRequest, AsyncHandler<CreateOrUpdateTagsRequest, CreateOrUpdateTagsResult> asyncHandler) Creates or updates tags for the specified Auto Scaling group.AmazonAutoScalingAsyncClient.createOrUpdateTagsAsync
(CreateOrUpdateTagsRequest request) AmazonAutoScalingAsyncClient.createOrUpdateTagsAsync
(CreateOrUpdateTagsRequest request, AsyncHandler<CreateOrUpdateTagsRequest, CreateOrUpdateTagsResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type CreateOrUpdateTagsRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.createOrUpdateTagsAsync
(CreateOrUpdateTagsRequest request, AsyncHandler<CreateOrUpdateTagsRequest, CreateOrUpdateTagsResult> asyncHandler) AmazonAutoScalingAsync.createOrUpdateTagsAsync
(CreateOrUpdateTagsRequest createOrUpdateTagsRequest, AsyncHandler<CreateOrUpdateTagsRequest, CreateOrUpdateTagsResult> asyncHandler) Creates or updates tags for the specified Auto Scaling group.AmazonAutoScalingAsyncClient.createOrUpdateTagsAsync
(CreateOrUpdateTagsRequest request, AsyncHandler<CreateOrUpdateTagsRequest, CreateOrUpdateTagsResult> asyncHandler) -
Uses of CreateOrUpdateTagsRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return CreateOrUpdateTagsRequestModifier and TypeMethodDescriptionCreateOrUpdateTagsRequest.clone()
One or more tags.CreateOrUpdateTagsRequest.withTags
(Collection<Tag> tags) One or more tags.