Uses of Interface
software.amazon.awssdk.services.databasemigration.auth.scheme.DatabaseMigrationAuthSchemeParams
-
-
Uses of DatabaseMigrationAuthSchemeParams in software.amazon.awssdk.services.databasemigration.auth.scheme
Methods in software.amazon.awssdk.services.databasemigration.auth.scheme that return DatabaseMigrationAuthSchemeParams Modifier and Type Method Description DatabaseMigrationAuthSchemeParamsDatabaseMigrationAuthSchemeParams.Builder. build()Returns aDatabaseMigrationAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.databasemigration.auth.scheme with parameters of type DatabaseMigrationAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DatabaseMigrationAuthSchemeProvider. resolveAuthScheme(DatabaseMigrationAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of DatabaseMigrationAuthSchemeParams in software.amazon.awssdk.services.databasemigration.auth.scheme.internal
Classes in software.amazon.awssdk.services.databasemigration.auth.scheme.internal that implement DatabaseMigrationAuthSchemeParams Modifier and Type Class Description classDefaultDatabaseMigrationAuthSchemeParamsMethods in software.amazon.awssdk.services.databasemigration.auth.scheme.internal with parameters of type DatabaseMigrationAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultDatabaseMigrationAuthSchemeProvider. resolveAuthScheme(DatabaseMigrationAuthSchemeParams params)
-