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