| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.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> |
ListTagsForResourceResult.getTags()
A map of the key-value pairs assigned to the resource.
|
List<Tag> |
CreateWorkgroupRequest.getTags()
A array of tag instances.
|
List<Tag> |
CreateSnapshotRequest.getTags()
An array of Tag
objects to associate with the snapshot.
|
List<Tag> |
CreateNamespaceRequest.getTags()
A list of tag instances.
|
List<Tag> |
ConvertRecoveryPointToSnapshotRequest.getTags()
An array of Tag
objects to associate with the created snapshot.
|
List<Tag> |
TagResourceRequest.getTags()
The map of the key-value pairs used to tag the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A map of the key-value pairs assigned to the resource.
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withTags(Tag... tags)
A array of tag instances.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withTags(Tag... tags)
An array of Tag
objects to associate with the snapshot.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withTags(Tag... tags)
A list of tag instances.
|
ConvertRecoveryPointToSnapshotRequest |
ConvertRecoveryPointToSnapshotRequest.withTags(Tag... tags)
An array of Tag
objects to associate with the created snapshot.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The map of the key-value pairs used to tag the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A map of the key-value pairs assigned to the resource.
|
void |
CreateWorkgroupRequest.setTags(Collection<Tag> tags)
A array of tag instances.
|
void |
CreateSnapshotRequest.setTags(Collection<Tag> tags)
An array of Tag
objects to associate with the snapshot.
|
void |
CreateNamespaceRequest.setTags(Collection<Tag> tags)
A list of tag instances.
|
void |
ConvertRecoveryPointToSnapshotRequest.setTags(Collection<Tag> tags)
An array of Tag
objects to associate with the created snapshot.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The map of the key-value pairs used to tag the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A map of the key-value pairs assigned to the resource.
|
CreateWorkgroupRequest |
CreateWorkgroupRequest.withTags(Collection<Tag> tags)
A array of tag instances.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withTags(Collection<Tag> tags)
An array of Tag
objects to associate with the snapshot.
|
CreateNamespaceRequest |
CreateNamespaceRequest.withTags(Collection<Tag> tags)
A list of tag instances.
|
ConvertRecoveryPointToSnapshotRequest |
ConvertRecoveryPointToSnapshotRequest.withTags(Collection<Tag> tags)
An array of Tag
objects to associate with the created snapshot.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The map of the key-value pairs used to tag the resource.
|
Copyright © 2023. All rights reserved.