| 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 ListEndpointAccessResponse |
RedshiftServerlessClient.listEndpointAccess(Consumer<ListEndpointAccessRequest.Builder> listEndpointAccessRequest)
Returns an array of
EndpointAccess objects and relevant information. |
default ListEndpointAccessResponse |
RedshiftServerlessClient.listEndpointAccess(ListEndpointAccessRequest listEndpointAccessRequest)
Returns an array of
EndpointAccess objects and relevant information. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEndpointAccessResponse> |
RedshiftServerlessAsyncClient.listEndpointAccess(Consumer<ListEndpointAccessRequest.Builder> listEndpointAccessRequest)
Returns an array of
EndpointAccess objects and relevant information. |
default CompletableFuture<ListEndpointAccessResponse> |
RedshiftServerlessAsyncClient.listEndpointAccess(ListEndpointAccessRequest listEndpointAccessRequest)
Returns an array of
EndpointAccess objects and relevant information. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEndpointAccessResponse> |
ListEndpointAccessIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEndpointAccessPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEndpointAccessResponse> subscriber) |
Copyright © 2022. All rights reserved.