Uses of Class
com.amazonaws.services.rds.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return TagModifier and TypeMethodDescriptionTag.clone()
A key is the required name of the tag.A value is the optional value of the tag.Methods in com.amazonaws.services.rds.model that return types with arguments of type TagModifier and TypeMethodDescriptionListTagsForResourceResult.getTagList()
List of tags returned by the ListTagsForResource operation.AddTagsToResourceRequest.getTags()
The tags to be assigned to the Amazon RDS resource.CopyDBClusterSnapshotRequest.getTags()
CopyDBParameterGroupRequest.getTags()
CopyDBSnapshotRequest.getTags()
CopyOptionGroupRequest.getTags()
CreateDBClusterParameterGroupRequest.getTags()
CreateDBClusterRequest.getTags()
CreateDBClusterSnapshotRequest.getTags()
The tags to be assigned to the DB cluster snapshot.CreateDBInstanceReadReplicaRequest.getTags()
CreateDBInstanceRequest.getTags()
CreateDBParameterGroupRequest.getTags()
CreateDBSecurityGroupRequest.getTags()
CreateDBSnapshotRequest.getTags()
CreateDBSubnetGroupRequest.getTags()
CreateEventSubscriptionRequest.getTags()
CreateOptionGroupRequest.getTags()
PurchaseReservedDBInstancesOfferingRequest.getTags()
RestoreDBClusterFromSnapshotRequest.getTags()
The tags to be assigned to the restored DB cluster.RestoreDBClusterToPointInTimeRequest.getTags()
RestoreDBInstanceFromDBSnapshotRequest.getTags()
RestoreDBInstanceToPointInTimeRequest.getTags()
Methods in com.amazonaws.services.rds.model with parameters of type TagModifier and TypeMethodDescriptionListTagsForResourceResult.withTagList
(Tag... tagList) List of tags returned by the ListTagsForResource operation.The tags to be assigned to the Amazon RDS resource.NOTE: This method appends the values to the existing list (if any).NOTE: This method appends the values to the existing list (if any).NOTE: This method appends the values to the existing list (if any).NOTE: This method appends the values to the existing list (if any).NOTE: This method appends the values to the existing list (if any).NOTE: This method appends the values to the existing list (if any).The tags to be assigned to the DB cluster snapshot.NOTE: This method appends the values to the existing list (if any).NOTE: This method appends the values to the existing list (if any).NOTE: This method appends the values to the existing list (if any).NOTE: This method appends the values to the existing list (if any).NOTE: This method appends the values to the existing list (if any).NOTE: This method appends the values to the existing list (if any).NOTE: This method appends the values to the existing list (if any).NOTE: This method appends the values to the existing list (if any).NOTE: This method appends the values to the existing list (if any).The tags to be assigned to the restored DB cluster.NOTE: This method appends the values to the existing list (if any).NOTE: This method appends the values to the existing list (if any).NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.rds.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
ListTagsForResourceResult.setTagList
(Collection<Tag> tagList) List of tags returned by the ListTagsForResource operation.void
AddTagsToResourceRequest.setTags
(Collection<Tag> tags) The tags to be assigned to the Amazon RDS resource.void
CopyDBClusterSnapshotRequest.setTags
(Collection<Tag> tags) void
CopyDBParameterGroupRequest.setTags
(Collection<Tag> tags) void
CopyDBSnapshotRequest.setTags
(Collection<Tag> tags) void
CopyOptionGroupRequest.setTags
(Collection<Tag> tags) void
CreateDBClusterParameterGroupRequest.setTags
(Collection<Tag> tags) void
CreateDBClusterRequest.setTags
(Collection<Tag> tags) void
CreateDBClusterSnapshotRequest.setTags
(Collection<Tag> tags) The tags to be assigned to the DB cluster snapshot.void
CreateDBInstanceReadReplicaRequest.setTags
(Collection<Tag> tags) void
CreateDBInstanceRequest.setTags
(Collection<Tag> tags) void
CreateDBParameterGroupRequest.setTags
(Collection<Tag> tags) void
CreateDBSecurityGroupRequest.setTags
(Collection<Tag> tags) void
CreateDBSnapshotRequest.setTags
(Collection<Tag> tags) void
CreateDBSubnetGroupRequest.setTags
(Collection<Tag> tags) void
CreateEventSubscriptionRequest.setTags
(Collection<Tag> tags) void
CreateOptionGroupRequest.setTags
(Collection<Tag> tags) void
PurchaseReservedDBInstancesOfferingRequest.setTags
(Collection<Tag> tags) void
RestoreDBClusterFromSnapshotRequest.setTags
(Collection<Tag> tags) The tags to be assigned to the restored DB cluster.void
RestoreDBClusterToPointInTimeRequest.setTags
(Collection<Tag> tags) void
RestoreDBInstanceFromDBSnapshotRequest.setTags
(Collection<Tag> tags) void
RestoreDBInstanceToPointInTimeRequest.setTags
(Collection<Tag> tags) ListTagsForResourceResult.withTagList
(Collection<Tag> tagList) List of tags returned by the ListTagsForResource operation.AddTagsToResourceRequest.withTags
(Collection<Tag> tags) The tags to be assigned to the Amazon RDS resource.CopyDBClusterSnapshotRequest.withTags
(Collection<Tag> tags) CopyDBParameterGroupRequest.withTags
(Collection<Tag> tags) CopyDBSnapshotRequest.withTags
(Collection<Tag> tags) CopyOptionGroupRequest.withTags
(Collection<Tag> tags) CreateDBClusterParameterGroupRequest.withTags
(Collection<Tag> tags) CreateDBClusterRequest.withTags
(Collection<Tag> tags) CreateDBClusterSnapshotRequest.withTags
(Collection<Tag> tags) The tags to be assigned to the DB cluster snapshot.CreateDBInstanceReadReplicaRequest.withTags
(Collection<Tag> tags) CreateDBInstanceRequest.withTags
(Collection<Tag> tags) CreateDBParameterGroupRequest.withTags
(Collection<Tag> tags) CreateDBSecurityGroupRequest.withTags
(Collection<Tag> tags) CreateDBSnapshotRequest.withTags
(Collection<Tag> tags) CreateDBSubnetGroupRequest.withTags
(Collection<Tag> tags) CreateEventSubscriptionRequest.withTags
(Collection<Tag> tags) CreateOptionGroupRequest.withTags
(Collection<Tag> tags) PurchaseReservedDBInstancesOfferingRequest.withTags
(Collection<Tag> tags) RestoreDBClusterFromSnapshotRequest.withTags
(Collection<Tag> tags) The tags to be assigned to the restored DB cluster.RestoreDBClusterToPointInTimeRequest.withTags
(Collection<Tag> tags) RestoreDBInstanceFromDBSnapshotRequest.withTags
(Collection<Tag> tags) RestoreDBInstanceToPointInTimeRequest.withTags
(Collection<Tag> tags)