Uses of Class
software.amazon.awssdk.services.rds.model.DbClusterQuotaExceededException
Packages that use DbClusterQuotaExceededException
-
Uses of DbClusterQuotaExceededException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw DbClusterQuotaExceededExceptionModifier and TypeMethodDescriptionRdsClient.createBlueGreenDeployment(Consumer<CreateBlueGreenDeploymentRequest.Builder> createBlueGreenDeploymentRequest) Creates a blue/green deployment.RdsClient.createBlueGreenDeployment(CreateBlueGreenDeploymentRequest createBlueGreenDeploymentRequest) Creates a blue/green deployment.default CreateDbClusterResponseRdsClient.createDBCluster(Consumer<CreateDbClusterRequest.Builder> createDbClusterRequest) Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.default CreateDbClusterResponseRdsClient.createDBCluster(CreateDbClusterRequest createDbClusterRequest) Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.default RestoreDbClusterFromS3ResponseRdsClient.restoreDBClusterFromS3(Consumer<RestoreDbClusterFromS3Request.Builder> restoreDbClusterFromS3Request) Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket.default RestoreDbClusterFromS3ResponseRdsClient.restoreDBClusterFromS3(RestoreDbClusterFromS3Request restoreDbClusterFromS3Request) Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket.RdsClient.restoreDBClusterFromSnapshot(Consumer<RestoreDbClusterFromSnapshotRequest.Builder> restoreDbClusterFromSnapshotRequest) Creates a new DB cluster from a DB snapshot or DB cluster snapshot.RdsClient.restoreDBClusterFromSnapshot(RestoreDbClusterFromSnapshotRequest restoreDbClusterFromSnapshotRequest) Creates a new DB cluster from a DB snapshot or DB cluster snapshot.RdsClient.restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest) Restores a DB cluster to an arbitrary point in time.RdsClient.restoreDBClusterToPointInTime(RestoreDbClusterToPointInTimeRequest restoreDbClusterToPointInTimeRequest) Restores a DB cluster to an arbitrary point in time.