Uses of Class
software.amazon.awssdk.services.rds.model.TagSpecification
Packages that use TagSpecification
-
Uses of TagSpecification in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type TagSpecificationModifier and TypeMethodDescriptionfinal List<TagSpecification>CreateDbClusterRequest.tagSpecifications()Tags to assign to resources associated with the DB cluster.final List<TagSpecification>CreateDbInstanceReadReplicaRequest.tagSpecifications()Tags to assign to resources associated with the DB instance.final List<TagSpecification>CreateDbInstanceRequest.tagSpecifications()Tags to assign to resources associated with the DB instance.final List<TagSpecification>ModifyDbInstanceRequest.tagSpecifications()Tags to assign to resources associated with the DB instance.final List<TagSpecification>PromoteReadReplicaRequest.tagSpecifications()Tags to assign to resources associated with the DB instance.final List<TagSpecification>RestoreDbClusterFromS3Request.tagSpecifications()Tags to assign to resources associated with the DB cluster.final List<TagSpecification>RestoreDbClusterFromSnapshotRequest.tagSpecifications()Tags to assign to resources associated with the DB cluster.final List<TagSpecification>RestoreDbClusterToPointInTimeRequest.tagSpecifications()Tags to assign to resources associated with the DB cluster.final List<TagSpecification>RestoreDbInstanceFromDbSnapshotRequest.tagSpecifications()Tags to assign to resources associated with the DB instance.final List<TagSpecification>RestoreDbInstanceFromS3Request.tagSpecifications()Tags to assign to resources associated with the DB instance.final List<TagSpecification>RestoreDbInstanceToPointInTimeRequest.tagSpecifications()Tags to assign to resources associated with the DB instance.Methods in software.amazon.awssdk.services.rds.model with parameters of type TagSpecificationModifier and TypeMethodDescriptionCreateDbClusterRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB cluster.CreateDbInstanceReadReplicaRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB instance.CreateDbInstanceRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB instance.ModifyDbInstanceRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB instance.PromoteReadReplicaRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB instance.RestoreDbClusterFromS3Request.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB cluster.RestoreDbInstanceFromDbSnapshotRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB instance.RestoreDbInstanceFromS3Request.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB instance.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type TagSpecificationModifier and TypeMethodDescriptionCreateDbClusterRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB cluster.CreateDbInstanceReadReplicaRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB instance.CreateDbInstanceRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB instance.ModifyDbInstanceRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB instance.PromoteReadReplicaRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB instance.RestoreDbClusterFromS3Request.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB cluster.RestoreDbInstanceFromDbSnapshotRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB instance.RestoreDbInstanceFromS3Request.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB instance.