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 TypeMethodDescriptionvoidListTagsForResourceResult.setTagList(Collection<Tag> tagList) List of tags returned by the ListTagsForResource operation.voidAddTagsToResourceRequest.setTags(Collection<Tag> tags) The tags to be assigned to the Amazon RDS resource.voidCopyDBClusterSnapshotRequest.setTags(Collection<Tag> tags) voidCopyDBParameterGroupRequest.setTags(Collection<Tag> tags) voidCopyDBSnapshotRequest.setTags(Collection<Tag> tags) voidCopyOptionGroupRequest.setTags(Collection<Tag> tags) voidCreateDBClusterParameterGroupRequest.setTags(Collection<Tag> tags) voidCreateDBClusterRequest.setTags(Collection<Tag> tags) voidCreateDBClusterSnapshotRequest.setTags(Collection<Tag> tags) The tags to be assigned to the DB cluster snapshot.voidCreateDBInstanceReadReplicaRequest.setTags(Collection<Tag> tags) voidCreateDBInstanceRequest.setTags(Collection<Tag> tags) voidCreateDBParameterGroupRequest.setTags(Collection<Tag> tags) voidCreateDBSecurityGroupRequest.setTags(Collection<Tag> tags) voidCreateDBSnapshotRequest.setTags(Collection<Tag> tags) voidCreateDBSubnetGroupRequest.setTags(Collection<Tag> tags) voidCreateEventSubscriptionRequest.setTags(Collection<Tag> tags) voidCreateOptionGroupRequest.setTags(Collection<Tag> tags) voidPurchaseReservedDBInstancesOfferingRequest.setTags(Collection<Tag> tags) voidRestoreDBClusterFromSnapshotRequest.setTags(Collection<Tag> tags) The tags to be assigned to the restored DB cluster.voidRestoreDBClusterToPointInTimeRequest.setTags(Collection<Tag> tags) voidRestoreDBInstanceFromDBSnapshotRequest.setTags(Collection<Tag> tags) voidRestoreDBInstanceToPointInTimeRequest.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)