| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
The map of the key-value pairs used to tag the resource.
|
List<Tag> |
CreateWorkgroupRequest.tags()
A array of tag instances.
|
List<Tag> |
CreateNamespaceRequest.tags()
A list of tag instances.
|
List<Tag> |
ConvertRecoveryPointToSnapshotRequest.tags()
An array of Tag
objects to associate with the created snapshot.
|
List<Tag> |
ListTagsForResourceResponse.tags()
A map of the key-value pairs assigned to the resource.
|
List<Tag> |
CreateSnapshotRequest.tags()
An array of Tag
objects to associate with the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The map of the key-value pairs used to tag the resource.
|
CreateWorkgroupRequest.Builder |
CreateWorkgroupRequest.Builder.tags(Tag... tags)
A array of tag instances.
|
CreateNamespaceRequest.Builder |
CreateNamespaceRequest.Builder.tags(Tag... tags)
A list of tag instances.
|
ConvertRecoveryPointToSnapshotRequest.Builder |
ConvertRecoveryPointToSnapshotRequest.Builder.tags(Tag... tags)
An array of Tag
objects to associate with the created snapshot.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A map of the key-value pairs assigned to the resource.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tags(Tag... tags)
An array of Tag
objects to associate with the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The map of the key-value pairs used to tag the resource.
|
CreateWorkgroupRequest.Builder |
CreateWorkgroupRequest.Builder.tags(Collection<Tag> tags)
A array of tag instances.
|
CreateNamespaceRequest.Builder |
CreateNamespaceRequest.Builder.tags(Collection<Tag> tags)
A list of tag instances.
|
ConvertRecoveryPointToSnapshotRequest.Builder |
ConvertRecoveryPointToSnapshotRequest.Builder.tags(Collection<Tag> tags)
An array of Tag
objects to associate with the created snapshot.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A map of the key-value pairs assigned to the resource.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.tags(Collection<Tag> tags)
An array of Tag
objects to associate with the snapshot.
|
Copyright © 2023. All rights reserved.