Package software.amazon.awssdk.core
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 Summary
ConstructorsConstructorDescriptionSelectedAuthScheme
(CompletableFuture<? extends T> identity, HttpSigner<T> signer, AuthSchemeOption authSchemeOption) -
Method Summary
-
Constructor Details
-
SelectedAuthScheme
public SelectedAuthScheme(CompletableFuture<? extends T> identity, HttpSigner<T> signer, AuthSchemeOption authSchemeOption)
-
-
Method Details
-
identity
-
signer
-
authSchemeOption
-