Uses of Interface
software.amazon.awssdk.services.databasemigration.auth.scheme.DatabaseMigrationAuthSchemeParams
Packages that use DatabaseMigrationAuthSchemeParams
Package
Description
-
Uses of DatabaseMigrationAuthSchemeParams in software.amazon.awssdk.services.databasemigration.auth.scheme
Methods in software.amazon.awssdk.services.databasemigration.auth.scheme that return DatabaseMigrationAuthSchemeParamsModifier and TypeMethodDescriptionDatabaseMigrationAuthSchemeParams.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 DatabaseMigrationAuthSchemeParamsModifier and TypeMethodDescriptionDatabaseMigrationAuthSchemeProvider.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 DatabaseMigrationAuthSchemeParamsMethods in software.amazon.awssdk.services.databasemigration.auth.scheme.internal with parameters of type DatabaseMigrationAuthSchemeParamsModifier and TypeMethodDescriptionDefaultDatabaseMigrationAuthSchemeProvider.resolveAuthScheme(DatabaseMigrationAuthSchemeParams params) PreferredDatabaseMigrationAuthSchemeProvider.resolveAuthScheme(DatabaseMigrationAuthSchemeParams params) Resolve the auth schemes based on the given set of parameters.