Uses of Class
com.amazonaws.services.storagegateway.model.AddTagsToResourceRequest
Packages that use AddTagsToResourceRequest
Package
Description
-
Uses of AddTagsToResourceRequest in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway with parameters of type AddTagsToResourceRequestModifier and TypeMethodDescriptionAbstractAWSStorageGateway.addTagsToResource(AddTagsToResourceRequest request) AWSStorageGateway.addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest) Adds one or more tags to the specified resource.AWSStorageGatewayClient.addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest) Adds one or more tags to the specified resource.AbstractAWSStorageGatewayAsync.addTagsToResourceAsync(AddTagsToResourceRequest request) AbstractAWSStorageGatewayAsync.addTagsToResourceAsync(AddTagsToResourceRequest request, AsyncHandler<AddTagsToResourceRequest, AddTagsToResourceResult> asyncHandler) AWSStorageGatewayAsync.addTagsToResourceAsync(AddTagsToResourceRequest addTagsToResourceRequest) Adds one or more tags to the specified resource.AWSStorageGatewayAsync.addTagsToResourceAsync(AddTagsToResourceRequest addTagsToResourceRequest, AsyncHandler<AddTagsToResourceRequest, AddTagsToResourceResult> asyncHandler) Adds one or more tags to the specified resource.AWSStorageGatewayAsyncClient.addTagsToResourceAsync(AddTagsToResourceRequest request) AWSStorageGatewayAsyncClient.addTagsToResourceAsync(AddTagsToResourceRequest request, AsyncHandler<AddTagsToResourceRequest, AddTagsToResourceResult> asyncHandler) Method parameters in com.amazonaws.services.storagegateway with type arguments of type AddTagsToResourceRequestModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.addTagsToResourceAsync(AddTagsToResourceRequest request, AsyncHandler<AddTagsToResourceRequest, AddTagsToResourceResult> asyncHandler) AWSStorageGatewayAsync.addTagsToResourceAsync(AddTagsToResourceRequest addTagsToResourceRequest, AsyncHandler<AddTagsToResourceRequest, AddTagsToResourceResult> asyncHandler) Adds one or more tags to the specified resource.AWSStorageGatewayAsyncClient.addTagsToResourceAsync(AddTagsToResourceRequest request, AsyncHandler<AddTagsToResourceRequest, AddTagsToResourceResult> asyncHandler) -
Uses of AddTagsToResourceRequest in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return AddTagsToResourceRequestModifier and TypeMethodDescriptionAddTagsToResourceRequest.clone()AddTagsToResourceRequest.withResourceARN(String resourceARN) The Amazon Resource Name (ARN) of the resource you want to add tags to.The key-value pair that represents the tag you want to add to the resource.AddTagsToResourceRequest.withTags(Collection<Tag> tags) The key-value pair that represents the tag you want to add to the resource.