| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftserverless |
This is an interface reference for Amazon Redshift Serverless.
|
| software.amazon.awssdk.services.redshiftserverless.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRecoveryPointsResponse |
RedshiftServerlessClient.listRecoveryPoints(Consumer<ListRecoveryPointsRequest.Builder> listRecoveryPointsRequest)
Returns an array of recovery points.
|
default ListRecoveryPointsResponse |
RedshiftServerlessClient.listRecoveryPoints(ListRecoveryPointsRequest listRecoveryPointsRequest)
Returns an array of recovery points.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRecoveryPointsResponse> |
RedshiftServerlessAsyncClient.listRecoveryPoints(Consumer<ListRecoveryPointsRequest.Builder> listRecoveryPointsRequest)
Returns an array of recovery points.
|
default CompletableFuture<ListRecoveryPointsResponse> |
RedshiftServerlessAsyncClient.listRecoveryPoints(ListRecoveryPointsRequest listRecoveryPointsRequest)
Returns an array of recovery points.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRecoveryPointsResponse> |
ListRecoveryPointsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecoveryPointsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRecoveryPointsResponse> subscriber) |
Copyright © 2023. All rights reserved.