Uses of Class
software.amazon.awssdk.services.redshift.model.RestoreFromClusterSnapshotRequest
-
Packages that use RestoreFromClusterSnapshotRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of RestoreFromClusterSnapshotRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type RestoreFromClusterSnapshotRequest Modifier and Type Method Description default CompletableFuture<RestoreFromClusterSnapshotResponse>RedshiftAsyncClient. restoreFromClusterSnapshot(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest)Creates a new cluster from a snapshot.default RestoreFromClusterSnapshotResponseRedshiftClient. restoreFromClusterSnapshot(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest)Creates a new cluster from a snapshot. -
Uses of RestoreFromClusterSnapshotRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type RestoreFromClusterSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestRestoreFromClusterSnapshotRequestMarshaller. marshall(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest)
-