Class AuthSchemeUtils
java.lang.Object
software.amazon.awssdk.services.amplifybackend.endpoints.internal.AuthSchemeUtils
- 
Method Summary
Modifier and TypeMethodDescriptionstatic EndpointAuthSchemechooseAuthScheme(List<EndpointAuthScheme> authSchemes) Per the spec, the auth schemes list is ordered by preference, so we simply iterate over the list until we find an auth scheme we recognize.static List<EndpointAuthScheme> createAuthSchemes(Value authSchemesValue) static <T extends Identity>
voidputSelectedAuthScheme(ExecutionAttributes attributes, SelectedAuthScheme<T> selectedAuthScheme)  
- 
Method Details
- 
chooseAuthScheme
Per the spec, the auth schemes list is ordered by preference, so we simply iterate over the list until we find an auth scheme we recognize. - 
createAuthSchemes
 - 
putSelectedAuthScheme
public static <T extends Identity> void putSelectedAuthScheme(ExecutionAttributes attributes, SelectedAuthScheme<T> selectedAuthScheme)  
 -