| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftserverless |
This is an interface reference for Amazon Redshift Serverless.
|
| software.amazon.awssdk.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ConvertRecoveryPointToSnapshotResponse> |
RedshiftServerlessAsyncClient.convertRecoveryPointToSnapshot(Consumer<ConvertRecoveryPointToSnapshotRequest.Builder> convertRecoveryPointToSnapshotRequest)
Converts a recovery point to a snapshot.
|
default ConvertRecoveryPointToSnapshotResponse |
RedshiftServerlessClient.convertRecoveryPointToSnapshot(Consumer<ConvertRecoveryPointToSnapshotRequest.Builder> convertRecoveryPointToSnapshotRequest)
Converts a recovery point to a snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static ConvertRecoveryPointToSnapshotRequest.Builder |
ConvertRecoveryPointToSnapshotRequest.builder() |
ConvertRecoveryPointToSnapshotRequest.Builder |
ConvertRecoveryPointToSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ConvertRecoveryPointToSnapshotRequest.Builder |
ConvertRecoveryPointToSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ConvertRecoveryPointToSnapshotRequest.Builder |
ConvertRecoveryPointToSnapshotRequest.Builder.recoveryPointId(String recoveryPointId)
The unique identifier of the recovery point.
|
ConvertRecoveryPointToSnapshotRequest.Builder |
ConvertRecoveryPointToSnapshotRequest.Builder.retentionPeriod(Integer retentionPeriod)
How long to retain the snapshot.
|
ConvertRecoveryPointToSnapshotRequest.Builder |
ConvertRecoveryPointToSnapshotRequest.Builder.snapshotName(String snapshotName)
The name of the snapshot.
|
ConvertRecoveryPointToSnapshotRequest.Builder |
ConvertRecoveryPointToSnapshotRequest.Builder.tags(Collection<Tag> tags)
An array of Tag
objects to associate with the created snapshot.
|
ConvertRecoveryPointToSnapshotRequest.Builder |
ConvertRecoveryPointToSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags)
An array of Tag
objects to associate with the created snapshot.
|
ConvertRecoveryPointToSnapshotRequest.Builder |
ConvertRecoveryPointToSnapshotRequest.Builder.tags(Tag... tags)
An array of Tag
objects to associate with the created snapshot.
|
ConvertRecoveryPointToSnapshotRequest.Builder |
ConvertRecoveryPointToSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConvertRecoveryPointToSnapshotRequest.Builder> |
ConvertRecoveryPointToSnapshotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.