Uses of Class
com.amazonaws.services.storagegateway.model.AddTagsToResourceRequest
-
Packages that use AddTagsToResourceRequest Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of AddTagsToResourceRequest in com.amazonaws.services.storagegateway
Method parameters in com.amazonaws.services.storagegateway with type arguments of type AddTagsToResourceRequest Modifier and Type Method Description Future<AddTagsToResourceResult>AbstractAWSStorageGatewayAsync. addTagsToResourceAsync(AddTagsToResourceRequest request, AsyncHandler<AddTagsToResourceRequest,AddTagsToResourceResult> asyncHandler)Future<AddTagsToResourceResult>AWSStorageGatewayAsync. addTagsToResourceAsync(AddTagsToResourceRequest addTagsToResourceRequest, AsyncHandler<AddTagsToResourceRequest,AddTagsToResourceResult> asyncHandler)Adds one or more tags to the specified resource.Future<AddTagsToResourceResult>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 AddTagsToResourceRequest Modifier and Type Method Description AddTagsToResourceRequestAddTagsToResourceRequest. clone()AddTagsToResourceRequestAddTagsToResourceRequest. withResourceARN(String resourceARN)The Amazon Resource Name (ARN) of the resource you want to add tags to.AddTagsToResourceRequestAddTagsToResourceRequest. withTags(Tag... tags)The key-value pair that represents the tag you want to add to the resource.AddTagsToResourceRequestAddTagsToResourceRequest. withTags(Collection<Tag> tags)The key-value pair that represents the tag you want to add to the resource.
-