Class SelectedAuthScheme<T extends Identity>
java.lang.Object
software.amazon.awssdk.core.SelectedAuthScheme<T>
A container for the identity resolver, signer and auth option that we selected for use with this service call attempt.
- 
Constructor SummaryConstructorsConstructorDescriptionSelectedAuthScheme(CompletableFuture<? extends T> identity, HttpSigner<T> signer, AuthSchemeOption authSchemeOption) 
- 
Method Summary
- 
Constructor Details- 
SelectedAuthSchemepublic SelectedAuthScheme(CompletableFuture<? extends T> identity, HttpSigner<T> signer, AuthSchemeOption authSchemeOption) 
 
- 
- 
Method Details- 
identity
- 
signer
- 
authSchemeOption
 
-