| 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<RestoreFromSnapshotResult> |
AbstractAWSRedshiftServerlessAsync.restoreFromSnapshotAsync(RestoreFromSnapshotRequest request,
AsyncHandler<RestoreFromSnapshotRequest,RestoreFromSnapshotResult> asyncHandler) |
Future<RestoreFromSnapshotResult> |
AWSRedshiftServerlessAsync.restoreFromSnapshotAsync(RestoreFromSnapshotRequest restoreFromSnapshotRequest,
AsyncHandler<RestoreFromSnapshotRequest,RestoreFromSnapshotResult> asyncHandler)
Restores a namespace from a snapshot.
|
Future<RestoreFromSnapshotResult> |
AWSRedshiftServerlessAsyncClient.restoreFromSnapshotAsync(RestoreFromSnapshotRequest request,
AsyncHandler<RestoreFromSnapshotRequest,RestoreFromSnapshotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RestoreFromSnapshotRequest |
RestoreFromSnapshotRequest.clone() |
RestoreFromSnapshotRequest |
RestoreFromSnapshotRequest.withNamespaceName(String namespaceName)
The name of the namespace to restore the snapshot to.
|
RestoreFromSnapshotRequest |
RestoreFromSnapshotRequest.withOwnerAccount(String ownerAccount)
The Amazon Web Services account that owns the snapshot.
|
RestoreFromSnapshotRequest |
RestoreFromSnapshotRequest.withSnapshotArn(String snapshotArn)
The Amazon Resource Name (ARN) of the snapshot to restore from.
|
RestoreFromSnapshotRequest |
RestoreFromSnapshotRequest.withSnapshotName(String snapshotName)
The name of the snapshot to restore from.
|
RestoreFromSnapshotRequest |
RestoreFromSnapshotRequest.withWorkgroupName(String workgroupName)
The name of the workgroup used to restore the snapshot.
|
Copyright © 2022. All rights reserved.