Class PreferredRoute53RecoveryControlConfigAuthSchemeProvider
java.lang.Object
software.amazon.awssdk.services.route53recoverycontrolconfig.auth.scheme.internal.PreferredRoute53RecoveryControlConfigAuthSchemeProvider
- All Implemented Interfaces:
AuthSchemeProvider,Route53RecoveryControlConfigAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class PreferredRoute53RecoveryControlConfigAuthSchemeProvider
extends Object
implements Route53RecoveryControlConfigAuthSchemeProvider
-
Constructor Summary
ConstructorsConstructorDescriptionPreferredRoute53RecoveryControlConfigAuthSchemeProvider(Route53RecoveryControlConfigAuthSchemeProvider 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, waitMethods inherited from interface software.amazon.awssdk.services.route53recoverycontrolconfig.auth.scheme.Route53RecoveryControlConfigAuthSchemeProvider
resolveAuthScheme
-
Constructor Details
-
PreferredRoute53RecoveryControlConfigAuthSchemeProvider
public PreferredRoute53RecoveryControlConfigAuthSchemeProvider(Route53RecoveryControlConfigAuthSchemeProvider delegate, List<String> authSchemePreference)
-
-
Method Details
-
resolveAuthScheme
public List<AuthSchemeOption> resolveAuthScheme(Route53RecoveryControlConfigAuthSchemeParams params) Resolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthSchemein interfaceRoute53RecoveryControlConfigAuthSchemeProvider
-