| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model | |
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EndpointAccess> |
DescribeEndpointAccessResponse.endpointAccessList()
The list of endpoints with access to the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointAccessResponse.Builder |
DescribeEndpointAccessResponse.Builder.endpointAccessList(EndpointAccess... endpointAccessList)
The list of endpoints with access to the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointAccessResponse.Builder |
DescribeEndpointAccessResponse.Builder.endpointAccessList(Collection<EndpointAccess> endpointAccessList)
The list of endpoints with access to the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<EndpointAccess> |
DescribeEndpointAccessIterable.endpointAccessList()
Returns an iterable to iterate through the paginated
DescribeEndpointAccessResponse.endpointAccessList()
member. |
SdkPublisher<EndpointAccess> |
DescribeEndpointAccessPublisher.endpointAccessList()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.