| Package | Description |
|---|---|
| com.amazonaws.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The required name of the tag.
|
Tag |
Tag.withValue(String value)
The optional value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResult.getTagList()
A list of one or more tags.
|
List<Tag> |
RestoreDBClusterToPointInTimeRequest.getTags()
The tags to be assigned to the restored cluster.
|
List<Tag> |
CreateDBInstanceRequest.getTags()
The tags to be assigned to the instance.
|
List<Tag> |
CreateDBClusterRequest.getTags()
The tags to be assigned to the cluster.
|
List<Tag> |
CreateDBClusterSnapshotRequest.getTags()
The tags to be assigned to the cluster snapshot.
|
List<Tag> |
CopyDBClusterSnapshotRequest.getTags()
The tags to be assigned to the cluster snapshot.
|
List<Tag> |
RestoreDBClusterFromSnapshotRequest.getTags()
The tags to be assigned to the restored cluster.
|
List<Tag> |
AddTagsToResourceRequest.getTags()
The tags to be assigned to the Amazon DocumentDB resource.
|
List<Tag> |
CreateDBSubnetGroupRequest.getTags()
The tags to be assigned to the subnet group.
|
List<Tag> |
CopyDBClusterParameterGroupRequest.getTags()
The tags that are to be assigned to the parameter group.
|
List<Tag> |
CreateDBClusterParameterGroupRequest.getTags()
The tags to be assigned to the cluster parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(Tag... tagList)
A list of one or more tags.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withTags(Tag... tags)
The tags to be assigned to the restored cluster.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withTags(Tag... tags)
The tags to be assigned to the instance.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withTags(Tag... tags)
The tags to be assigned to the cluster.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withTags(Tag... tags)
The tags to be assigned to the cluster snapshot.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTags(Tag... tags)
The tags to be assigned to the cluster snapshot.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withTags(Tag... tags)
The tags to be assigned to the restored cluster.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTags(Tag... tags)
The tags to be assigned to the Amazon DocumentDB resource.
|
CreateDBSubnetGroupRequest |
CreateDBSubnetGroupRequest.withTags(Tag... tags)
The tags to be assigned to the subnet group.
|
CopyDBClusterParameterGroupRequest |
CopyDBClusterParameterGroupRequest.withTags(Tag... tags)
The tags that are to be assigned to the parameter group.
|
CreateDBClusterParameterGroupRequest |
CreateDBClusterParameterGroupRequest.withTags(Tag... tags)
The tags to be assigned to the cluster parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTagList(Collection<Tag> tagList)
A list of one or more tags.
|
void |
RestoreDBClusterToPointInTimeRequest.setTags(Collection<Tag> tags)
The tags to be assigned to the restored cluster.
|
void |
CreateDBInstanceRequest.setTags(Collection<Tag> tags)
The tags to be assigned to the instance.
|
void |
CreateDBClusterRequest.setTags(Collection<Tag> tags)
The tags to be assigned to the cluster.
|
void |
CreateDBClusterSnapshotRequest.setTags(Collection<Tag> tags)
The tags to be assigned to the cluster snapshot.
|
void |
CopyDBClusterSnapshotRequest.setTags(Collection<Tag> tags)
The tags to be assigned to the cluster snapshot.
|
void |
RestoreDBClusterFromSnapshotRequest.setTags(Collection<Tag> tags)
The tags to be assigned to the restored cluster.
|
void |
AddTagsToResourceRequest.setTags(Collection<Tag> tags)
The tags to be assigned to the Amazon DocumentDB resource.
|
void |
CreateDBSubnetGroupRequest.setTags(Collection<Tag> tags)
The tags to be assigned to the subnet group.
|
void |
CopyDBClusterParameterGroupRequest.setTags(Collection<Tag> tags)
The tags that are to be assigned to the parameter group.
|
void |
CreateDBClusterParameterGroupRequest.setTags(Collection<Tag> tags)
The tags to be assigned to the cluster parameter group.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(Collection<Tag> tagList)
A list of one or more tags.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the restored cluster.
|
CreateDBInstanceRequest |
CreateDBInstanceRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the instance.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the cluster.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the cluster snapshot.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the cluster snapshot.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the restored cluster.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the Amazon DocumentDB resource.
|
CreateDBSubnetGroupRequest |
CreateDBSubnetGroupRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the subnet group.
|
CopyDBClusterParameterGroupRequest |
CopyDBClusterParameterGroupRequest.withTags(Collection<Tag> tags)
The tags that are to be assigned to the parameter group.
|
CreateDBClusterParameterGroupRequest |
CreateDBClusterParameterGroupRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the cluster parameter group.
|
Copyright © 2020. All rights reserved.