| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of the tag.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
UntagResourceRequest.getTags()
A list of existing tags to be removed from the Amazon Keyspaces resource.
|
List<Tag> |
TagResourceRequest.getTags()
The tags to be assigned to the Amazon Keyspaces resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
A list of tags.
|
List<Tag> |
CreateTableRequest.getTags()
A list of key-value pair tags to be attached to the resource.
|
List<Tag> |
CreateKeyspaceRequest.getTags()
A list of key-value pair tags to be attached to the keyspace.
|
List<Tag> |
RestoreTableRequest.getTagsOverride()
A list of key-value pair tags to be attached to the restored table.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.withTags(Tag... tags)
A list of existing tags to be removed from the Amazon Keyspaces resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to be assigned to the Amazon Keyspaces resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of tags.
|
CreateTableRequest |
CreateTableRequest.withTags(Tag... tags)
A list of key-value pair tags to be attached to the resource.
|
CreateKeyspaceRequest |
CreateKeyspaceRequest.withTags(Tag... tags)
A list of key-value pair tags to be attached to the keyspace.
|
RestoreTableRequest |
RestoreTableRequest.withTagsOverride(Tag... tagsOverride)
A list of key-value pair tags to be attached to the restored table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UntagResourceRequest.setTags(Collection<Tag> tags)
A list of existing tags to be removed from the Amazon Keyspaces resource.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags to be assigned to the Amazon Keyspaces resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A list of tags.
|
void |
CreateTableRequest.setTags(Collection<Tag> tags)
A list of key-value pair tags to be attached to the resource.
|
void |
CreateKeyspaceRequest.setTags(Collection<Tag> tags)
A list of key-value pair tags to be attached to the keyspace.
|
void |
RestoreTableRequest.setTagsOverride(Collection<Tag> tagsOverride)
A list of key-value pair tags to be attached to the restored table.
|
UntagResourceRequest |
UntagResourceRequest.withTags(Collection<Tag> tags)
A list of existing tags to be removed from the Amazon Keyspaces resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the Amazon Keyspaces resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of tags.
|
CreateTableRequest |
CreateTableRequest.withTags(Collection<Tag> tags)
A list of key-value pair tags to be attached to the resource.
|
CreateKeyspaceRequest |
CreateKeyspaceRequest.withTags(Collection<Tag> tags)
A list of key-value pair tags to be attached to the keyspace.
|
RestoreTableRequest |
RestoreTableRequest.withTagsOverride(Collection<Tag> tagsOverride)
A list of key-value pair tags to be attached to the restored table.
|
Copyright © 2022. All rights reserved.