| 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 ListNamespacesResponse |
RedshiftServerlessClient.listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)
Returns information about a list of specified namespaces.
|
default ListNamespacesResponse |
RedshiftServerlessClient.listNamespaces(ListNamespacesRequest listNamespacesRequest)
Returns information about a list of specified namespaces.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListNamespacesResponse> |
RedshiftServerlessAsyncClient.listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)
Returns information about a list of specified namespaces.
|
default CompletableFuture<ListNamespacesResponse> |
RedshiftServerlessAsyncClient.listNamespaces(ListNamespacesRequest listNamespacesRequest)
Returns information about a list of specified namespaces.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListNamespacesResponse> |
ListNamespacesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListNamespacesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListNamespacesResponse> subscriber) |
Copyright © 2023. All rights reserved.