Package software.amazon.awssdk.core
Class SelectedAuthScheme<T extends Identity>
- java.lang.Object
- 
- software.amazon.awssdk.core.SelectedAuthScheme<T>
 
- 
- 
Constructor SummaryConstructors Constructor Description SelectedAuthScheme(CompletableFuture<? extends T> identity, HttpSigner<T> signer, AuthSchemeOption authSchemeOption)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthSchemeOptionauthSchemeOption()CompletableFuture<? extends T>identity()HttpSigner<T>signer()
 
- 
- 
- 
Constructor Detail- 
SelectedAuthSchemepublic SelectedAuthScheme(CompletableFuture<? extends T> identity, HttpSigner<T> signer, AuthSchemeOption authSchemeOption) 
 
- 
 - 
Method Detail- 
identitypublic CompletableFuture<? extends T> identity() 
 - 
signerpublic HttpSigner<T> signer() 
 - 
authSchemeOptionpublic AuthSchemeOption authSchemeOption() 
 
- 
 
-