| 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<UpdateSnapshotResult> |
AWSRedshiftServerlessAsyncClient.updateSnapshotAsync(UpdateSnapshotRequest request,
AsyncHandler<UpdateSnapshotRequest,UpdateSnapshotResult> asyncHandler) |
Future<UpdateSnapshotResult> |
AbstractAWSRedshiftServerlessAsync.updateSnapshotAsync(UpdateSnapshotRequest request,
AsyncHandler<UpdateSnapshotRequest,UpdateSnapshotResult> asyncHandler) |
Future<UpdateSnapshotResult> |
AWSRedshiftServerlessAsync.updateSnapshotAsync(UpdateSnapshotRequest updateSnapshotRequest,
AsyncHandler<UpdateSnapshotRequest,UpdateSnapshotResult> asyncHandler)
Updates a snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSnapshotRequest |
UpdateSnapshotRequest.clone() |
UpdateSnapshotRequest |
UpdateSnapshotRequest.withRetentionPeriod(Integer retentionPeriod)
The new retention period of the snapshot.
|
UpdateSnapshotRequest |
UpdateSnapshotRequest.withSnapshotName(String snapshotName)
The name of the snapshot.
|
Copyright © 2024. All rights reserved.