Class DefaultDsqlUtilities
java.lang.Object
software.amazon.awssdk.services.dsql.DefaultDsqlUtilities
- All Implemented Interfaces:
DsqlUtilities
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.dsql.DsqlUtilities
DsqlUtilities.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultDsqlUtilities
(DefaultDsqlUtilities.DefaultBuilder builder, Clock clock) For testing purposes only -
Method Summary
Modifier and TypeMethodDescriptionGenerates an admin authentication token for IAM authentication to an DSQL database.Generates an authentication token for IAM authentication to an DSQL database.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.services.dsql.DsqlUtilities
generateDbConnectAdminAuthToken, generateDbConnectAuthToken
-
Constructor Details
-
DefaultDsqlUtilities
-
DefaultDsqlUtilities
For testing purposes only
-
-
Method Details
-
generateDbConnectAuthToken
Description copied from interface:DsqlUtilities
Generates an authentication token for IAM authentication to an DSQL database.- Specified by:
generateDbConnectAuthToken
in interfaceDsqlUtilities
- Parameters:
request
- The request used to generate the authentication token- Returns:
- String to use as the DSQL authentication token
-
generateDbConnectAdminAuthToken
Description copied from interface:DsqlUtilities
Generates an admin authentication token for IAM authentication to an DSQL database.- Specified by:
generateDbConnectAdminAuthToken
in interfaceDsqlUtilities
- Parameters:
request
- The request used to generate the admin authentication token- Returns:
- String to use as the DSQL authentication token
-