Uses of Class
software.amazon.awssdk.services.redshift.model.EndpointAccess
-
Packages that use EndpointAccess Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of EndpointAccess in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type EndpointAccess Modifier and Type Method Description List<EndpointAccess>DescribeEndpointAccessResponse. endpointAccessList()The list of endpoints with access to the cluster.Methods in software.amazon.awssdk.services.redshift.model with parameters of type EndpointAccess Modifier and Type Method Description DescribeEndpointAccessResponse.BuilderDescribeEndpointAccessResponse.Builder. endpointAccessList(EndpointAccess... endpointAccessList)The list of endpoints with access to the cluster.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type EndpointAccess Modifier and Type Method Description DescribeEndpointAccessResponse.BuilderDescribeEndpointAccessResponse.Builder. endpointAccessList(Collection<EndpointAccess> endpointAccessList)The list of endpoints with access to the cluster. -
Uses of EndpointAccess in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type EndpointAccess Modifier and Type Method Description SdkIterable<EndpointAccess>DescribeEndpointAccessIterable. endpointAccessList()Returns an iterable to iterate through the paginatedDescribeEndpointAccessResponse.endpointAccessList()member.SdkPublisher<EndpointAccess>DescribeEndpointAccessPublisher. endpointAccessList()Returns a publisher that can be used to get a stream of data.
-