Uses of Class
com.amazonaws.services.storagegateway.model.AddTagsToResourceResult
-
Packages that use AddTagsToResourceResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of AddTagsToResourceResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return AddTagsToResourceResult Modifier and Type Method Description AddTagsToResourceResult
AbstractAWSStorageGateway. addTagsToResource(AddTagsToResourceRequest request)
AddTagsToResourceResult
AWSStorageGateway. addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest)
Adds one or more tags to the specified resource.AddTagsToResourceResult
AWSStorageGatewayClient. addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest)
Adds one or more tags to the specified resource.Method parameters in com.amazonaws.services.storagegateway with type arguments of type AddTagsToResourceResult 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 AddTagsToResourceResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return AddTagsToResourceResult Modifier and Type Method Description AddTagsToResourceResult
AddTagsToResourceResult. clone()
AddTagsToResourceResult
AddTagsToResourceResult. withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource you want to add tags to.
-