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