Uses of Class
com.amazonaws.services.autoscaling.model.CreateOrUpdateTagsRequest
-
Packages that use CreateOrUpdateTagsRequest Package Description com.amazonaws.services.autoscaling com.amazonaws.services.autoscaling.model -
-
Uses of CreateOrUpdateTagsRequest in com.amazonaws.services.autoscaling
Method parameters in com.amazonaws.services.autoscaling with type arguments of type CreateOrUpdateTagsRequest Modifier and Type Method Description Future<CreateOrUpdateTagsResult>AbstractAmazonAutoScalingAsync. createOrUpdateTagsAsync(CreateOrUpdateTagsRequest request, AsyncHandler<CreateOrUpdateTagsRequest,CreateOrUpdateTagsResult> asyncHandler)Future<CreateOrUpdateTagsResult>AmazonAutoScalingAsync. createOrUpdateTagsAsync(CreateOrUpdateTagsRequest createOrUpdateTagsRequest, AsyncHandler<CreateOrUpdateTagsRequest,CreateOrUpdateTagsResult> asyncHandler)Creates or updates tags for the specified Auto Scaling group.Future<CreateOrUpdateTagsResult>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 CreateOrUpdateTagsRequest Modifier and Type Method Description CreateOrUpdateTagsRequestCreateOrUpdateTagsRequest. clone()CreateOrUpdateTagsRequestCreateOrUpdateTagsRequest. withTags(Tag... tags)One or more tags.CreateOrUpdateTagsRequestCreateOrUpdateTagsRequest. withTags(Collection<Tag> tags)One or more tags.
-