Package | Description |
---|---|
com.amazonaws.services.storagegateway | |
com.amazonaws.services.storagegateway.model |
Modifier and Type | Method and Description |
---|---|
Future<AddTagsToResourceResult> |
AbstractAWSStorageGatewayAsync.addTagsToResourceAsync(AddTagsToResourceRequest request,
AsyncHandler<AddTagsToResourceRequest,AddTagsToResourceResult> asyncHandler) |
Future<AddTagsToResourceResult> |
AWSStorageGatewayAsyncClient.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.
|
Modifier and Type | Method and 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(Collection<Tag> tags)
The key-value pair that represents the tag you want to add to the
resource.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTags(Tag... tags)
The key-value pair that represents the tag you want to add to the
resource.
|
Copyright © 2018. All rights reserved.