Uses of Class
software.amazon.awssdk.services.redshift.model.EndpointAuthorization
-
Packages that use EndpointAuthorization Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of EndpointAuthorization in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type EndpointAuthorization Modifier and Type Method Description List<EndpointAuthorization>DescribeEndpointAuthorizationResponse. endpointAuthorizationList()The authorizations to an endpoint.Methods in software.amazon.awssdk.services.redshift.model with parameters of type EndpointAuthorization Modifier and Type Method Description DescribeEndpointAuthorizationResponse.BuilderDescribeEndpointAuthorizationResponse.Builder. endpointAuthorizationList(EndpointAuthorization... endpointAuthorizationList)The authorizations to an endpoint.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type EndpointAuthorization Modifier and Type Method Description DescribeEndpointAuthorizationResponse.BuilderDescribeEndpointAuthorizationResponse.Builder. endpointAuthorizationList(Collection<EndpointAuthorization> endpointAuthorizationList)The authorizations to an endpoint. -
Uses of EndpointAuthorization in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type EndpointAuthorization Modifier and Type Method Description SdkIterable<EndpointAuthorization>DescribeEndpointAuthorizationIterable. endpointAuthorizationList()Returns an iterable to iterate through the paginatedDescribeEndpointAuthorizationResponse.endpointAuthorizationList()member.SdkPublisher<EndpointAuthorization>DescribeEndpointAuthorizationPublisher. endpointAuthorizationList()Returns a publisher that can be used to get a stream of data.
-