Uses of Class
software.amazon.awssdk.services.redshift.model.ClusterQuotaExceededException
-
Packages that use ClusterQuotaExceededException Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of ClusterQuotaExceededException in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that throw ClusterQuotaExceededException Modifier and Type Method Description default CreateClusterResponseRedshiftClient. createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)Creates a new cluster with the specified parameters.default CreateClusterResponseRedshiftClient. createCluster(CreateClusterRequest createClusterRequest)Creates a new cluster with the specified parameters.default RestoreFromClusterSnapshotResponseRedshiftClient. restoreFromClusterSnapshot(Consumer<RestoreFromClusterSnapshotRequest.Builder> restoreFromClusterSnapshotRequest)Creates a new cluster from a snapshot.default RestoreFromClusterSnapshotResponseRedshiftClient. restoreFromClusterSnapshot(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest)Creates a new cluster from a snapshot.
-