| 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 ListSnapshotsResponse |
RedshiftServerlessClient.listSnapshots(Consumer<ListSnapshotsRequest.Builder> listSnapshotsRequest)
Returns a list of snapshots.
|
default ListSnapshotsResponse |
RedshiftServerlessClient.listSnapshots(ListSnapshotsRequest listSnapshotsRequest)
Returns a list of snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSnapshotsResponse> |
RedshiftServerlessAsyncClient.listSnapshots(Consumer<ListSnapshotsRequest.Builder> listSnapshotsRequest)
Returns a list of snapshots.
|
default CompletableFuture<ListSnapshotsResponse> |
RedshiftServerlessAsyncClient.listSnapshots(ListSnapshotsRequest listSnapshotsRequest)
Returns a list of snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSnapshotsResponse> |
ListSnapshotsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSnapshotsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSnapshotsResponse> subscriber) |
Copyright © 2022. All rights reserved.