| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResponse.tagList()
A list of one or more tags.
|
List<Tag> |
RestoreDbClusterFromSnapshotRequest.tags()
The tags to be assigned to the restored cluster.
|
List<Tag> |
AddTagsToResourceRequest.tags()
The tags to be assigned to the Amazon DocumentDB resource.
|
List<Tag> |
CopyDbClusterParameterGroupRequest.tags()
The tags that are to be assigned to the parameter group.
|
List<Tag> |
CreateDbClusterRequest.tags()
The tags to be assigned to the cluster.
|
List<Tag> |
RestoreDbClusterToPointInTimeRequest.tags()
The tags to be assigned to the restored cluster.
|
List<Tag> |
CreateDbClusterParameterGroupRequest.tags()
The tags to be assigned to the cluster parameter group.
|
List<Tag> |
CopyDbClusterSnapshotRequest.tags()
The tags to be assigned to the cluster snapshot.
|
List<Tag> |
CreateDbClusterSnapshotRequest.tags()
The tags to be assigned to the cluster snapshot.
|
List<Tag> |
CreateDbSubnetGroupRequest.tags()
The tags to be assigned to the subnet group.
|
List<Tag> |
CreateEventSubscriptionRequest.tags()
The tags to be assigned to the event subscription.
|
List<Tag> |
CreateDbInstanceRequest.tags()
The tags to be assigned to the instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tagList(Tag... tagList)
A list of one or more tags.
|
RestoreDbClusterFromSnapshotRequest.Builder |
RestoreDbClusterFromSnapshotRequest.Builder.tags(Tag... tags)
The tags to be assigned to the restored cluster.
|
AddTagsToResourceRequest.Builder |
AddTagsToResourceRequest.Builder.tags(Tag... tags)
The tags to be assigned to the Amazon DocumentDB resource.
|
CopyDbClusterParameterGroupRequest.Builder |
CopyDbClusterParameterGroupRequest.Builder.tags(Tag... tags)
The tags that are to be assigned to the parameter group.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.tags(Tag... tags)
The tags to be assigned to the cluster.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.tags(Tag... tags)
The tags to be assigned to the restored cluster.
|
CreateDbClusterParameterGroupRequest.Builder |
CreateDbClusterParameterGroupRequest.Builder.tags(Tag... tags)
The tags to be assigned to the cluster parameter group.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.tags(Tag... tags)
The tags to be assigned to the cluster snapshot.
|
CreateDbClusterSnapshotRequest.Builder |
CreateDbClusterSnapshotRequest.Builder.tags(Tag... tags)
The tags to be assigned to the cluster snapshot.
|
CreateDbSubnetGroupRequest.Builder |
CreateDbSubnetGroupRequest.Builder.tags(Tag... tags)
The tags to be assigned to the subnet group.
|
CreateEventSubscriptionRequest.Builder |
CreateEventSubscriptionRequest.Builder.tags(Tag... tags)
The tags to be assigned to the event subscription.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.tags(Tag... tags)
The tags to be assigned to the instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tagList(Collection<Tag> tagList)
A list of one or more tags.
|
RestoreDbClusterFromSnapshotRequest.Builder |
RestoreDbClusterFromSnapshotRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the restored cluster.
|
AddTagsToResourceRequest.Builder |
AddTagsToResourceRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the Amazon DocumentDB resource.
|
CopyDbClusterParameterGroupRequest.Builder |
CopyDbClusterParameterGroupRequest.Builder.tags(Collection<Tag> tags)
The tags that are to be assigned to the parameter group.
|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the cluster.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the restored cluster.
|
CreateDbClusterParameterGroupRequest.Builder |
CreateDbClusterParameterGroupRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the cluster parameter group.
|
CopyDbClusterSnapshotRequest.Builder |
CopyDbClusterSnapshotRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the cluster snapshot.
|
CreateDbClusterSnapshotRequest.Builder |
CreateDbClusterSnapshotRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the cluster snapshot.
|
CreateDbSubnetGroupRequest.Builder |
CreateDbSubnetGroupRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the subnet group.
|
CreateEventSubscriptionRequest.Builder |
CreateEventSubscriptionRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the event subscription.
|
CreateDbInstanceRequest.Builder |
CreateDbInstanceRequest.Builder.tags(Collection<Tag> tags)
The tags to be assigned to the instance.
|
Copyright © 2023. All rights reserved.