| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.builder() |
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.marker(String marker)
An opaque string that indicates the position at which to stop returning the list of tags.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource for which you want to list tags.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
An array that contains the tags for the specified resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Consumer<Tag.Builder>... tags)
An array that contains the tags for the specified resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
An array that contains the tags for the specified resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsForResourceResponse.Builder> |
ListTagsForResourceResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.