Uses of Class
software.amazon.awssdk.services.redshift.model.InvalidVpcNetworkStateException
-
Packages that use InvalidVpcNetworkStateException Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of InvalidVpcNetworkStateException in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that throw InvalidVpcNetworkStateException 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.
-