| 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<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.
|
Future<ListRecoveryPointsResult> |
AWSRedshiftServerlessAsyncClient.listRecoveryPointsAsync(ListRecoveryPointsRequest request,
AsyncHandler<ListRecoveryPointsRequest,ListRecoveryPointsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsRequest |
ListRecoveryPointsRequest.clone() |
ListRecoveryPointsRequest |
ListRecoveryPointsRequest.withEndTime(Date endTime)
The time when creation of the recovery point finished.
|
ListRecoveryPointsRequest |
ListRecoveryPointsRequest.withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListRecoveryPointsRequest |
ListRecoveryPointsRequest.withNamespaceArn(String namespaceArn)
The Amazon Resource Name (ARN) of the namespace from which to list recovery points.
|
ListRecoveryPointsRequest |
ListRecoveryPointsRequest.withNamespaceName(String namespaceName)
The name of the namespace to list recovery points for.
|
ListRecoveryPointsRequest |
ListRecoveryPointsRequest.withNextToken(String nextToken)
If your initial
ListRecoveryPoints operation returns a nextToken, you can include the
returned nextToken in following ListRecoveryPoints operations, which returns results in
the next page. |
ListRecoveryPointsRequest |
ListRecoveryPointsRequest.withStartTime(Date startTime)
The time when the recovery point's creation was initiated.
|
Copyright © 2024. All rights reserved.