Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.CreateSnapshotResponse
-
Packages that use CreateSnapshotResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless. -
-
Uses of CreateSnapshotResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return CreateSnapshotResponse Modifier and Type Method Description default CreateSnapshotResponseRedshiftServerlessClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of all databases in a namespace.default CreateSnapshotResponseRedshiftServerlessClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a snapshot of all databases in a namespace.Methods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type CreateSnapshotResponse Modifier and Type Method Description default CompletableFuture<CreateSnapshotResponse>RedshiftServerlessAsyncClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of all databases in a namespace.default CompletableFuture<CreateSnapshotResponse>RedshiftServerlessAsyncClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a snapshot of all databases in a namespace.
-