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 AddTagsToResourceRequest
AddTagsToResourceRequest. clone()
AddTagsToResourceRequest
AddTagsToResourceRequest. withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource you want to add tags to.AddTagsToResourceRequest
AddTagsToResourceRequest. withTags(Tag... tags)
The key-value pair that represents the tag you want to add to the resource.AddTagsToResourceRequest
AddTagsToResourceRequest. withTags(Collection<Tag> tags)
The key-value pair that represents the tag you want to add to the resource.
-