Class PreferredSavingsplansAuthSchemeProvider
java.lang.Object
software.amazon.awssdk.services.savingsplans.auth.scheme.internal.PreferredSavingsplansAuthSchemeProvider
- All Implemented Interfaces:
AuthSchemeProvider
,SavingsplansAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen")
public final class PreferredSavingsplansAuthSchemeProvider
extends Object
implements SavingsplansAuthSchemeProvider
-
Constructor Summary
ConstructorsConstructorDescriptionPreferredSavingsplansAuthSchemeProvider
(SavingsplansAuthSchemeProvider 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.savingsplans.auth.scheme.SavingsplansAuthSchemeProvider
resolveAuthScheme
-
Constructor Details
-
PreferredSavingsplansAuthSchemeProvider
public PreferredSavingsplansAuthSchemeProvider(SavingsplansAuthSchemeProvider delegate, List<String> authSchemePreference)
-
-
Method Details
-
resolveAuthScheme
Resolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthScheme
in interfaceSavingsplansAuthSchemeProvider
-