| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless |
This is an interface reference for Amazon Redshift Serverless.
|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSnapshotResult> |
AbstractAWSRedshiftServerlessAsync.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler) |
Future<CreateSnapshotResult> |
AWSRedshiftServerlessAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Creates a snapshot of all databases in a namespace.
|
Future<CreateSnapshotResult> |
AWSRedshiftServerlessAsyncClient.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotRequest |
CreateSnapshotRequest.clone() |
CreateSnapshotRequest |
CreateSnapshotRequest.withNamespaceName(String namespaceName)
The namespace to create a snapshot for.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withRetentionPeriod(Integer retentionPeriod)
How long to retain the created snapshot.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withSnapshotName(String snapshotName)
The name of the snapshot.
|
Copyright © 2022. All rights reserved.