Uses of Class
com.amazonaws.services.autoscaling.model.DeleteTagsRequest
Packages that use DeleteTagsRequest
-
Uses of DeleteTagsRequest in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling with parameters of type DeleteTagsRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.deleteTags
(DeleteTagsRequest request) AmazonAutoScaling.deleteTags
(DeleteTagsRequest deleteTagsRequest) Deletes the specified tags.AmazonAutoScalingClient.deleteTags
(DeleteTagsRequest deleteTagsRequest) Deletes the specified tags.AbstractAmazonAutoScalingAsync.deleteTagsAsync
(DeleteTagsRequest request) AbstractAmazonAutoScalingAsync.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) AmazonAutoScalingAsync.deleteTagsAsync
(DeleteTagsRequest deleteTagsRequest) Deletes the specified tags.AmazonAutoScalingAsync.deleteTagsAsync
(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Deletes the specified tags.AmazonAutoScalingAsyncClient.deleteTagsAsync
(DeleteTagsRequest request) AmazonAutoScalingAsyncClient.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type DeleteTagsRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) AmazonAutoScalingAsync.deleteTagsAsync
(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Deletes the specified tags.AmazonAutoScalingAsyncClient.deleteTagsAsync
(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) -
Uses of DeleteTagsRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return DeleteTagsRequestModifier and TypeMethodDescriptionDeleteTagsRequest.clone()
One or more tags.DeleteTagsRequest.withTags
(Collection<Tag> tags) One or more tags.