| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model | |
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EndpointAuthorization> |
DescribeEndpointAuthorizationResponse.endpointAuthorizationList()
The authorizations to an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointAuthorizationResponse.Builder |
DescribeEndpointAuthorizationResponse.Builder.endpointAuthorizationList(EndpointAuthorization... endpointAuthorizationList)
The authorizations to an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointAuthorizationResponse.Builder |
DescribeEndpointAuthorizationResponse.Builder.endpointAuthorizationList(Collection<EndpointAuthorization> endpointAuthorizationList)
The authorizations to an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<EndpointAuthorization> |
DescribeEndpointAuthorizationPublisher.endpointAuthorizationList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<EndpointAuthorization> |
DescribeEndpointAuthorizationIterable.endpointAuthorizationList()
Returns an iterable to iterate through the paginated
DescribeEndpointAuthorizationResponse.endpointAuthorizationList() member. |
Copyright © 2023. All rights reserved.