| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
RecoveryPoint |
RecoveryPoint.clone() |
RecoveryPoint |
GetRecoveryPointResult.getRecoveryPoint()
The returned recovery point object.
|
RecoveryPoint |
RecoveryPoint.withNamespaceArn(String namespaceArn)
The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.
|
RecoveryPoint |
RecoveryPoint.withNamespaceName(String namespaceName)
The name of the namespace the recovery point is associated with.
|
RecoveryPoint |
RecoveryPoint.withRecoveryPointCreateTime(Date recoveryPointCreateTime)
The time the recovery point is created.
|
RecoveryPoint |
RecoveryPoint.withRecoveryPointId(String recoveryPointId)
The unique identifier of the recovery point.
|
RecoveryPoint |
RecoveryPoint.withTotalSizeInMegaBytes(Double totalSizeInMegaBytes)
The total size of the data in the recovery point in megabytes.
|
RecoveryPoint |
RecoveryPoint.withWorkgroupName(String workgroupName)
The name of the workgroup the recovery point is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecoveryPoint> |
ListRecoveryPointsResult.getRecoveryPoints()
The returned recovery point objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRecoveryPointResult.setRecoveryPoint(RecoveryPoint recoveryPoint)
The returned recovery point object.
|
GetRecoveryPointResult |
GetRecoveryPointResult.withRecoveryPoint(RecoveryPoint recoveryPoint)
The returned recovery point object.
|
ListRecoveryPointsResult |
ListRecoveryPointsResult.withRecoveryPoints(RecoveryPoint... recoveryPoints)
The returned recovery point objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecoveryPointsResult.setRecoveryPoints(Collection<RecoveryPoint> recoveryPoints)
The returned recovery point objects.
|
ListRecoveryPointsResult |
ListRecoveryPointsResult.withRecoveryPoints(Collection<RecoveryPoint> recoveryPoints)
The returned recovery point objects.
|
Copyright © 2024. All rights reserved.