Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.GetCredentialsResponse
-
Packages that use GetCredentialsResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless. -
-
Uses of GetCredentialsResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return GetCredentialsResponse Modifier and Type Method Description default GetCredentialsResponseRedshiftServerlessClient. getCredentials(Consumer<GetCredentialsRequest.Builder> getCredentialsRequest)Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless.default GetCredentialsResponseRedshiftServerlessClient. getCredentials(GetCredentialsRequest getCredentialsRequest)Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless.Methods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type GetCredentialsResponse Modifier and Type Method Description default CompletableFuture<GetCredentialsResponse>RedshiftServerlessAsyncClient. getCredentials(Consumer<GetCredentialsRequest.Builder> getCredentialsRequest)Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless.default CompletableFuture<GetCredentialsResponse>RedshiftServerlessAsyncClient. getCredentials(GetCredentialsRequest getCredentialsRequest)Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless.
-