Class PreferredMigrationHubAuthSchemeProvider
java.lang.Object
software.amazon.awssdk.services.migrationhub.auth.scheme.internal.PreferredMigrationHubAuthSchemeProvider
- All Implemented Interfaces:
AuthSchemeProvider
,MigrationHubAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen")
public final class PreferredMigrationHubAuthSchemeProvider
extends Object
implements MigrationHubAuthSchemeProvider
-
Constructor Summary
ConstructorsConstructorDescriptionPreferredMigrationHubAuthSchemeProvider
(MigrationHubAuthSchemeProvider delegate, List<String> authSchemePreference) -
Method Summary
Modifier and TypeMethodDescriptionResolve the auth schemes based on the given set of parameters.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.services.migrationhub.auth.scheme.MigrationHubAuthSchemeProvider
resolveAuthScheme
-
Constructor Details
-
PreferredMigrationHubAuthSchemeProvider
public PreferredMigrationHubAuthSchemeProvider(MigrationHubAuthSchemeProvider delegate, List<String> authSchemePreference)
-
-
Method Details
-
resolveAuthScheme
Resolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthScheme
in interfaceMigrationHubAuthSchemeProvider
-