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 AddTagsToResourceResultAbstractAWSStorageGateway. addTagsToResource(AddTagsToResourceRequest request)AddTagsToResourceResultAWSStorageGateway. addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest)Adds one or more tags to the specified resource.AddTagsToResourceResultAWSStorageGatewayClient. 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 AddTagsToResourceResultAddTagsToResourceResult. clone()AddTagsToResourceResultAddTagsToResourceResult. withResourceARN(String resourceARN)The Amazon Resource Name (ARN) of the resource you want to add tags to.
-