Uses of Interface
software.amazon.awssdk.services.migrationhub.auth.scheme.MigrationHubAuthSchemeParams
-
Packages that use MigrationHubAuthSchemeParams Package Description software.amazon.awssdk.services.migrationhub.auth.scheme software.amazon.awssdk.services.migrationhub.auth.scheme.internal -
-
Uses of MigrationHubAuthSchemeParams in software.amazon.awssdk.services.migrationhub.auth.scheme
Methods in software.amazon.awssdk.services.migrationhub.auth.scheme that return MigrationHubAuthSchemeParams Modifier and Type Method Description MigrationHubAuthSchemeParamsMigrationHubAuthSchemeParams.Builder. build()Returns aMigrationHubAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.migrationhub.auth.scheme with parameters of type MigrationHubAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>MigrationHubAuthSchemeProvider. resolveAuthScheme(MigrationHubAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of MigrationHubAuthSchemeParams in software.amazon.awssdk.services.migrationhub.auth.scheme.internal
Classes in software.amazon.awssdk.services.migrationhub.auth.scheme.internal that implement MigrationHubAuthSchemeParams Modifier and Type Class Description classDefaultMigrationHubAuthSchemeParamsMethods in software.amazon.awssdk.services.migrationhub.auth.scheme.internal with parameters of type MigrationHubAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultMigrationHubAuthSchemeProvider. resolveAuthScheme(MigrationHubAuthSchemeParams params)
-