| Package | Description |
|---|---|
| com.amazonaws.services.opensearchserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key to use in the tag.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
A list of tags (key-value pairs) to add to the resource.
|
List<Tag> |
CreateCollectionRequest.getTags()
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags associated with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of tags (key-value pairs) to add to the resource.
|
CreateCollectionRequest |
CreateCollectionRequest.withTags(Tag... tags)
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags associated with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of tags (key-value pairs) to add to the resource.
|
void |
CreateCollectionRequest.setTags(Collection<Tag> tags)
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags associated with the resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of tags (key-value pairs) to add to the resource.
|
CreateCollectionRequest |
CreateCollectionRequest.withTags(Collection<Tag> tags)
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags associated with the resource.
|
Copyright © 2023. All rights reserved.