Uses of Class
software.amazon.awssdk.services.redshift.model.AuthorizeEndpointAccessResponse
-
Packages that use AuthorizeEndpointAccessResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of AuthorizeEndpointAccessResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return AuthorizeEndpointAccessResponse Modifier and Type Method Description default AuthorizeEndpointAccessResponseRedshiftClient. authorizeEndpointAccess(Consumer<AuthorizeEndpointAccessRequest.Builder> authorizeEndpointAccessRequest)Grants access to a cluster.default AuthorizeEndpointAccessResponseRedshiftClient. authorizeEndpointAccess(AuthorizeEndpointAccessRequest authorizeEndpointAccessRequest)Grants access to a cluster.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type AuthorizeEndpointAccessResponse Modifier and Type Method Description default CompletableFuture<AuthorizeEndpointAccessResponse>RedshiftAsyncClient. authorizeEndpointAccess(Consumer<AuthorizeEndpointAccessRequest.Builder> authorizeEndpointAccessRequest)Grants access to a cluster.default CompletableFuture<AuthorizeEndpointAccessResponse>RedshiftAsyncClient. authorizeEndpointAccess(AuthorizeEndpointAccessRequest authorizeEndpointAccessRequest)Grants access to a cluster.
-