| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Snapshot.clone() |
Snapshot |
GetSnapshotResult.getSnapshot()
The returned snapshot object.
|
Snapshot |
DeleteSnapshotResult.getSnapshot()
The deleted snapshot object.
|
Snapshot |
CreateSnapshotResult.getSnapshot()
The created snapshot object.
|
Snapshot |
ConvertRecoveryPointToSnapshotResult.getSnapshot()
The snapshot converted from the recovery point.
|
Snapshot |
UpdateSnapshotResult.getSnapshot()
The updated snapshot object.
|
Snapshot |
Snapshot.withAccountsWithProvisionedRestoreAccess(Collection<String> accountsWithProvisionedRestoreAccess)
All of the Amazon Web Services accounts that have access to restore a snapshot to a provisioned cluster.
|
Snapshot |
Snapshot.withAccountsWithProvisionedRestoreAccess(String... accountsWithProvisionedRestoreAccess)
All of the Amazon Web Services accounts that have access to restore a snapshot to a provisioned cluster.
|
Snapshot |
Snapshot.withAccountsWithRestoreAccess(Collection<String> accountsWithRestoreAccess)
All of the Amazon Web Services accounts that have access to restore a snapshot to a namespace.
|
Snapshot |
Snapshot.withAccountsWithRestoreAccess(String... accountsWithRestoreAccess)
All of the Amazon Web Services accounts that have access to restore a snapshot to a namespace.
|
Snapshot |
Snapshot.withActualIncrementalBackupSizeInMegaBytes(Double actualIncrementalBackupSizeInMegaBytes)
The size of the incremental backup in megabytes.
|
Snapshot |
Snapshot.withAdminPasswordSecretArn(String adminPasswordSecretArn)
The Amazon Resource Name (ARN) for the namespace's admin user credentials secret.
|
Snapshot |
Snapshot.withAdminPasswordSecretKmsKeyId(String adminPasswordSecretKmsKeyId)
The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials
secret.
|
Snapshot |
Snapshot.withAdminUsername(String adminUsername)
The username of the database within a snapshot.
|
Snapshot |
Snapshot.withBackupProgressInMegaBytes(Double backupProgressInMegaBytes)
The size in megabytes of the data that has been backed up to a snapshot.
|
Snapshot |
Snapshot.withCurrentBackupRateInMegaBytesPerSecond(Double currentBackupRateInMegaBytesPerSecond)
The rate at which data is backed up into a snapshot in megabytes per second.
|
Snapshot |
Snapshot.withElapsedTimeInSeconds(Long elapsedTimeInSeconds)
The amount of time it took to back up data into a snapshot.
|
Snapshot |
Snapshot.withEstimatedSecondsToCompletion(Long estimatedSecondsToCompletion)
The estimated amount of seconds until the snapshot completes backup.
|
Snapshot |
Snapshot.withKmsKeyId(String kmsKeyId)
The unique identifier of the KMS key used to encrypt the snapshot.
|
Snapshot |
Snapshot.withNamespaceArn(String namespaceArn)
The Amazon Resource Name (ARN) of the namespace the snapshot was created from.
|
Snapshot |
Snapshot.withNamespaceName(String namespaceName)
The name of the namepsace.
|
Snapshot |
Snapshot.withOwnerAccount(String ownerAccount)
The owner Amazon Web Services; account of the snapshot.
|
Snapshot |
Snapshot.withSnapshotArn(String snapshotArn)
The Amazon Resource Name (ARN) of the snapshot.
|
Snapshot |
Snapshot.withSnapshotCreateTime(Date snapshotCreateTime)
The timestamp of when the snapshot was created.
|
Snapshot |
Snapshot.withSnapshotName(String snapshotName)
The name of the snapshot.
|
Snapshot |
Snapshot.withSnapshotRemainingDays(Integer snapshotRemainingDays)
The amount of days until the snapshot is deleted.
|
Snapshot |
Snapshot.withSnapshotRetentionPeriod(Integer snapshotRetentionPeriod)
The period of time, in days, of how long the snapshot is retained.
|
Snapshot |
Snapshot.withSnapshotRetentionStartTime(Date snapshotRetentionStartTime)
The timestamp of when data within the snapshot started getting retained.
|
Snapshot |
Snapshot.withStatus(SnapshotStatus status)
The status of the snapshot.
|
Snapshot |
Snapshot.withStatus(String status)
The status of the snapshot.
|
Snapshot |
Snapshot.withTotalBackupSizeInMegaBytes(Double totalBackupSizeInMegaBytes)
The total size, in megabytes, of how big the snapshot is.
|
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
ListSnapshotsResult.getSnapshots()
All of the returned snapshot objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSnapshotResult.setSnapshot(Snapshot snapshot)
The returned snapshot object.
|
void |
DeleteSnapshotResult.setSnapshot(Snapshot snapshot)
The deleted snapshot object.
|
void |
CreateSnapshotResult.setSnapshot(Snapshot snapshot)
The created snapshot object.
|
void |
ConvertRecoveryPointToSnapshotResult.setSnapshot(Snapshot snapshot)
The snapshot converted from the recovery point.
|
void |
UpdateSnapshotResult.setSnapshot(Snapshot snapshot)
The updated snapshot object.
|
GetSnapshotResult |
GetSnapshotResult.withSnapshot(Snapshot snapshot)
The returned snapshot object.
|
DeleteSnapshotResult |
DeleteSnapshotResult.withSnapshot(Snapshot snapshot)
The deleted snapshot object.
|
CreateSnapshotResult |
CreateSnapshotResult.withSnapshot(Snapshot snapshot)
The created snapshot object.
|
ConvertRecoveryPointToSnapshotResult |
ConvertRecoveryPointToSnapshotResult.withSnapshot(Snapshot snapshot)
The snapshot converted from the recovery point.
|
UpdateSnapshotResult |
UpdateSnapshotResult.withSnapshot(Snapshot snapshot)
The updated snapshot object.
|
ListSnapshotsResult |
ListSnapshotsResult.withSnapshots(Snapshot... snapshots)
All of the returned snapshot objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSnapshotsResult.setSnapshots(Collection<Snapshot> snapshots)
All of the returned snapshot objects.
|
ListSnapshotsResult |
ListSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots)
All of the returned snapshot objects.
|
Copyright © 2024. All rights reserved.