| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResponse.tags()
An array that contains the tags for the specified resource.
|
List<Tag> |
AddTagsToResourceRequest.tags()
The key-value pair that represents the tag you want to add to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
An array that contains the tags for the specified resource.
|
AddTagsToResourceRequest.Builder |
AddTagsToResourceRequest.Builder.tags(Tag... tags)
The key-value pair that represents the tag you want to add to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
An array that contains the tags for the specified resource.
|
AddTagsToResourceRequest.Builder |
AddTagsToResourceRequest.Builder.tags(Collection<Tag> tags)
The key-value pair that represents the tag you want to add to the resource.
|
Copyright © 2019. All rights reserved.