| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearchserverless.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
A list of tags (key-value pairs) to add to the resource.
|
List<Tag> |
CreateCollectionRequest.tags()
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The tags associated with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A list of tags (key-value pairs) to add to the resource.
|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.tags(Tag... tags)
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The tags associated with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of tags (key-value pairs) to add to the resource.
|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.tags(Collection<Tag> tags)
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The tags associated with the resource.
|
Copyright © 2023. All rights reserved.