Uses of Class
software.amazon.awssdk.services.redshift.model.GetClusterCredentialsResponse
-
Packages that use GetClusterCredentialsResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of GetClusterCredentialsResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return GetClusterCredentialsResponse Modifier and Type Method Description default GetClusterCredentialsResponseRedshiftClient. getClusterCredentials(Consumer<GetClusterCredentialsRequest.Builder> getClusterCredentialsRequest)Returns a database user name and temporary password with temporary authorization to log on to an Amazon Redshift database.default GetClusterCredentialsResponseRedshiftClient. getClusterCredentials(GetClusterCredentialsRequest getClusterCredentialsRequest)Returns a database user name and temporary password with temporary authorization to log on to an Amazon Redshift database.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type GetClusterCredentialsResponse Modifier and Type Method Description default CompletableFuture<GetClusterCredentialsResponse>RedshiftAsyncClient. getClusterCredentials(Consumer<GetClusterCredentialsRequest.Builder> getClusterCredentialsRequest)Returns a database user name and temporary password with temporary authorization to log on to an Amazon Redshift database.default CompletableFuture<GetClusterCredentialsResponse>RedshiftAsyncClient. getClusterCredentials(GetClusterCredentialsRequest getClusterCredentialsRequest)Returns a database user name and temporary password with temporary authorization to log on to an Amazon Redshift database.
-