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