| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftserverless |
This is an interface reference for Amazon Redshift Serverless.
|
| software.amazon.awssdk.services.redshiftserverless.paginators | |
| software.amazon.awssdk.services.redshiftserverless.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListRecoveryPointsResponse |
RedshiftServerlessClient.listRecoveryPoints(ListRecoveryPointsRequest listRecoveryPointsRequest)
Returns an array of recovery points.
|
default CompletableFuture<ListRecoveryPointsResponse> |
RedshiftServerlessAsyncClient.listRecoveryPoints(ListRecoveryPointsRequest listRecoveryPointsRequest)
Returns an array of recovery points.
|
default ListRecoveryPointsIterable |
RedshiftServerlessClient.listRecoveryPointsPaginator(ListRecoveryPointsRequest listRecoveryPointsRequest)
Returns an array of recovery points.
|
default ListRecoveryPointsPublisher |
RedshiftServerlessAsyncClient.listRecoveryPointsPaginator(ListRecoveryPointsRequest listRecoveryPointsRequest)
Returns an array of recovery points.
|
| Constructor and Description |
|---|
ListRecoveryPointsIterable(RedshiftServerlessClient client,
ListRecoveryPointsRequest firstRequest) |
ListRecoveryPointsPublisher(RedshiftServerlessAsyncClient client,
ListRecoveryPointsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListRecoveryPointsRequestMarshaller.marshall(ListRecoveryPointsRequest listRecoveryPointsRequest) |
Copyright © 2022. All rights reserved.