Uses of Class
software.amazon.awssdk.services.rds.model.TagSpecification
-
Packages that use TagSpecification Package Description software.amazon.awssdk.services.rds.model -
-
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 TagSpecification Modifier and Type Method Description List<TagSpecification>CreateDbClusterRequest. tagSpecifications()Tags to assign to resources associated with the DB cluster.List<TagSpecification>CreateDbInstanceReadReplicaRequest. tagSpecifications()Tags to assign to resources associated with the DB instance.List<TagSpecification>CreateDbInstanceRequest. tagSpecifications()Tags to assign to resources associated with the DB instance.List<TagSpecification>ModifyDbInstanceRequest. tagSpecifications()Tags to assign to resources associated with the DB instance.List<TagSpecification>PromoteReadReplicaRequest. tagSpecifications()Tags to assign to resources associated with the DB instance.List<TagSpecification>RestoreDbClusterFromS3Request. tagSpecifications()Tags to assign to resources associated with the DB cluster.List<TagSpecification>RestoreDbClusterFromSnapshotRequest. tagSpecifications()Tags to assign to resources associated with the DB cluster.List<TagSpecification>RestoreDbClusterToPointInTimeRequest. tagSpecifications()Tags to assign to resources associated with the DB cluster.List<TagSpecification>RestoreDbInstanceFromDbSnapshotRequest. tagSpecifications()Tags to assign to resources associated with the DB instance.List<TagSpecification>RestoreDbInstanceFromS3Request. tagSpecifications()Tags to assign to resources associated with the DB instance.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 TagSpecification Modifier and Type Method Description CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder. tagSpecifications(TagSpecification... tagSpecifications)Tags to assign to resources associated with the DB cluster.CreateDbInstanceReadReplicaRequest.BuilderCreateDbInstanceReadReplicaRequest.Builder. tagSpecifications(TagSpecification... tagSpecifications)Tags to assign to resources associated with the DB instance.CreateDbInstanceRequest.BuilderCreateDbInstanceRequest.Builder. tagSpecifications(TagSpecification... tagSpecifications)Tags to assign to resources associated with the DB instance.ModifyDbInstanceRequest.BuilderModifyDbInstanceRequest.Builder. tagSpecifications(TagSpecification... tagSpecifications)Tags to assign to resources associated with the DB instance.PromoteReadReplicaRequest.BuilderPromoteReadReplicaRequest.Builder. tagSpecifications(TagSpecification... tagSpecifications)Tags to assign to resources associated with the DB instance.RestoreDbClusterFromS3Request.BuilderRestoreDbClusterFromS3Request.Builder. tagSpecifications(TagSpecification... tagSpecifications)Tags to assign to resources associated with the DB cluster.RestoreDbClusterFromSnapshotRequest.BuilderRestoreDbClusterFromSnapshotRequest.Builder. tagSpecifications(TagSpecification... tagSpecifications)Tags to assign to resources associated with the DB cluster.RestoreDbClusterToPointInTimeRequest.BuilderRestoreDbClusterToPointInTimeRequest.Builder. tagSpecifications(TagSpecification... tagSpecifications)Tags to assign to resources associated with the DB cluster.RestoreDbInstanceFromDbSnapshotRequest.BuilderRestoreDbInstanceFromDbSnapshotRequest.Builder. tagSpecifications(TagSpecification... tagSpecifications)Tags to assign to resources associated with the DB instance.RestoreDbInstanceFromS3Request.BuilderRestoreDbInstanceFromS3Request.Builder. tagSpecifications(TagSpecification... tagSpecifications)Tags to assign to resources associated with the DB instance.RestoreDbInstanceToPointInTimeRequest.BuilderRestoreDbInstanceToPointInTimeRequest.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 TagSpecification Modifier and Type Method Description CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder. tagSpecifications(Collection<TagSpecification> tagSpecifications)Tags to assign to resources associated with the DB cluster.CreateDbInstanceReadReplicaRequest.BuilderCreateDbInstanceReadReplicaRequest.Builder. tagSpecifications(Collection<TagSpecification> tagSpecifications)Tags to assign to resources associated with the DB instance.CreateDbInstanceRequest.BuilderCreateDbInstanceRequest.Builder. tagSpecifications(Collection<TagSpecification> tagSpecifications)Tags to assign to resources associated with the DB instance.ModifyDbInstanceRequest.BuilderModifyDbInstanceRequest.Builder. tagSpecifications(Collection<TagSpecification> tagSpecifications)Tags to assign to resources associated with the DB instance.PromoteReadReplicaRequest.BuilderPromoteReadReplicaRequest.Builder. tagSpecifications(Collection<TagSpecification> tagSpecifications)Tags to assign to resources associated with the DB instance.RestoreDbClusterFromS3Request.BuilderRestoreDbClusterFromS3Request.Builder. tagSpecifications(Collection<TagSpecification> tagSpecifications)Tags to assign to resources associated with the DB cluster.RestoreDbClusterFromSnapshotRequest.BuilderRestoreDbClusterFromSnapshotRequest.Builder. tagSpecifications(Collection<TagSpecification> tagSpecifications)Tags to assign to resources associated with the DB cluster.RestoreDbClusterToPointInTimeRequest.BuilderRestoreDbClusterToPointInTimeRequest.Builder. tagSpecifications(Collection<TagSpecification> tagSpecifications)Tags to assign to resources associated with the DB cluster.RestoreDbInstanceFromDbSnapshotRequest.BuilderRestoreDbInstanceFromDbSnapshotRequest.Builder. tagSpecifications(Collection<TagSpecification> tagSpecifications)Tags to assign to resources associated with the DB instance.RestoreDbInstanceFromS3Request.BuilderRestoreDbInstanceFromS3Request.Builder. tagSpecifications(Collection<TagSpecification> tagSpecifications)Tags to assign to resources associated with the DB instance.RestoreDbInstanceToPointInTimeRequest.BuilderRestoreDbInstanceToPointInTimeRequest.Builder. tagSpecifications(Collection<TagSpecification> tagSpecifications)Tags to assign to resources associated with the DB instance.
-