Uses of Class
com.amazonaws.services.storagegateway.model.RemoveTagsFromResourceRequest
Packages that use RemoveTagsFromResourceRequest
Package
Description
-
Uses of RemoveTagsFromResourceRequest in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway with parameters of type RemoveTagsFromResourceRequestModifier and TypeMethodDescriptionAbstractAWSStorageGateway.removeTagsFromResource
(RemoveTagsFromResourceRequest request) AWSStorageGateway.removeTagsFromResource
(RemoveTagsFromResourceRequest removeTagsFromResourceRequest) Removes one or more tags from the specified resource.AWSStorageGatewayClient.removeTagsFromResource
(RemoveTagsFromResourceRequest removeTagsFromResourceRequest) Removes one or more tags from the specified resource.AbstractAWSStorageGatewayAsync.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest request) AbstractAWSStorageGatewayAsync.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest request, AsyncHandler<RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult> asyncHandler) AWSStorageGatewayAsync.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest removeTagsFromResourceRequest) Removes one or more tags from the specified resource.AWSStorageGatewayAsync.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest removeTagsFromResourceRequest, AsyncHandler<RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult> asyncHandler) Removes one or more tags from the specified resource.AWSStorageGatewayAsyncClient.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest request) AWSStorageGatewayAsyncClient.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest request, AsyncHandler<RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult> asyncHandler) Method parameters in com.amazonaws.services.storagegateway with type arguments of type RemoveTagsFromResourceRequestModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.removeTagsFromResourceAsync
(AsyncHandler<RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult> asyncHandler) Simplified method form for invoking the RemoveTagsFromResource operation with an AsyncHandler.AbstractAWSStorageGatewayAsync.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest request, AsyncHandler<RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult> asyncHandler) AWSStorageGatewayAsync.removeTagsFromResourceAsync
(AsyncHandler<RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult> asyncHandler) Simplified method form for invoking the RemoveTagsFromResource operation with an AsyncHandler.AWSStorageGatewayAsync.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest removeTagsFromResourceRequest, AsyncHandler<RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult> asyncHandler) Removes one or more tags from the specified resource.AWSStorageGatewayAsyncClient.removeTagsFromResourceAsync
(AsyncHandler<RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult> asyncHandler) Simplified method form for invoking the RemoveTagsFromResource operation with an AsyncHandler.AWSStorageGatewayAsyncClient.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest request, AsyncHandler<RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult> asyncHandler) -
Uses of RemoveTagsFromResourceRequest in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return RemoveTagsFromResourceRequestModifier and TypeMethodDescriptionRemoveTagsFromResourceRequest.clone()
RemoveTagsFromResourceRequest.withResourceARN
(String resourceARN) The Amazon Resource Name (ARN) of the resource you want to remove the tags from.RemoveTagsFromResourceRequest.withTagKeys
(String... tagKeys) The keys of the tags you want to remove from the specified resource.RemoveTagsFromResourceRequest.withTagKeys
(Collection<String> tagKeys) The keys of the tags you want to remove from the specified resource.