Class DefaultDsqlUtilities
java.lang.Object
software.amazon.awssdk.services.dsql.DefaultDsqlUtilities
- All Implemented Interfaces:
- DsqlUtilities
@Immutable
@SdkInternalApi
public final class DefaultDsqlUtilities
extends Object
implements DsqlUtilities
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.dsql.DsqlUtilitiesDsqlUtilities.Builder
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultDsqlUtilities(DefaultDsqlUtilities.DefaultBuilder builder, Clock clock) For testing purposes only
- 
Method SummaryModifier 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.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.services.dsql.DsqlUtilitiesgenerateDbConnectAdminAuthToken, generateDbConnectAuthToken
- 
Constructor Details- 
DefaultDsqlUtilities
- 
DefaultDsqlUtilities@SdkTestInternalApi public DefaultDsqlUtilities(DefaultDsqlUtilities.DefaultBuilder builder, Clock clock) For testing purposes only
 
- 
- 
Method Details- 
generateDbConnectAuthTokenDescription copied from interface:DsqlUtilitiesGenerates an authentication token for IAM authentication to an DSQL database.- Specified by:
- generateDbConnectAuthTokenin interface- DsqlUtilities
- Parameters:
- request- The request used to generate the authentication token
- Returns:
- String to use as the DSQL authentication token
 
- 
generateDbConnectAdminAuthTokenDescription copied from interface:DsqlUtilitiesGenerates an admin authentication token for IAM authentication to an DSQL database.- Specified by:
- generateDbConnectAdminAuthTokenin interface- DsqlUtilities
- Parameters:
- request- The request used to generate the admin authentication token
- Returns:
- String to use as the DSQL authentication token
 
 
-