| 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 |
|---|---|
ListRecoveryPointsResult |
AWSRedshiftServerlessClient.listRecoveryPoints(ListRecoveryPointsRequest request)
Returns an array of recovery points.
|
ListRecoveryPointsResult |
AWSRedshiftServerless.listRecoveryPoints(ListRecoveryPointsRequest listRecoveryPointsRequest)
Returns an array of recovery points.
|
ListRecoveryPointsResult |
AbstractAWSRedshiftServerless.listRecoveryPoints(ListRecoveryPointsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRecoveryPointsResult> |
AWSRedshiftServerlessAsyncClient.listRecoveryPointsAsync(ListRecoveryPointsRequest request,
AsyncHandler<ListRecoveryPointsRequest,ListRecoveryPointsResult> asyncHandler) |
Future<ListRecoveryPointsResult> |
AbstractAWSRedshiftServerlessAsync.listRecoveryPointsAsync(ListRecoveryPointsRequest request,
AsyncHandler<ListRecoveryPointsRequest,ListRecoveryPointsResult> asyncHandler) |
Future<ListRecoveryPointsResult> |
AWSRedshiftServerlessAsync.listRecoveryPointsAsync(ListRecoveryPointsRequest listRecoveryPointsRequest,
AsyncHandler<ListRecoveryPointsRequest,ListRecoveryPointsResult> asyncHandler)
Returns an array of recovery points.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsResult |
ListRecoveryPointsResult.clone() |
ListRecoveryPointsResult |
ListRecoveryPointsResult.withNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListRecoveryPointsResult |
ListRecoveryPointsResult.withRecoveryPoints(Collection<RecoveryPoint> recoveryPoints)
The returned recovery point objects.
|
ListRecoveryPointsResult |
ListRecoveryPointsResult.withRecoveryPoints(RecoveryPoint... recoveryPoints)
The returned recovery point objects.
|
Copyright © 2024. All rights reserved.