Uses of Interface
software.amazon.awssdk.http.auth.signer.BearerHttpSigner
-
-
Uses of BearerHttpSigner in software.amazon.awssdk.http.auth.internal.scheme
Methods in software.amazon.awssdk.http.auth.internal.scheme that return BearerHttpSigner Modifier and Type Method Description BearerHttpSignerDefaultBearerAuthScheme. signer() -
Uses of BearerHttpSigner in software.amazon.awssdk.http.auth.internal.signer
Classes in software.amazon.awssdk.http.auth.internal.signer that implement BearerHttpSigner Modifier and Type Class Description classDefaultBearerHttpSignerA default implementation ofBearerHttpSigner. -
Uses of BearerHttpSigner in software.amazon.awssdk.http.auth.scheme
Methods in software.amazon.awssdk.http.auth.scheme that return BearerHttpSigner Modifier and Type Method Description BearerHttpSignerBearerAuthScheme. signer()Retrieve theBearerHttpSignerassociated with this authentication scheme. -
Uses of BearerHttpSigner in software.amazon.awssdk.http.auth.signer
Methods in software.amazon.awssdk.http.auth.signer that return BearerHttpSigner Modifier and Type Method Description static BearerHttpSignerBearerHttpSigner. create()Get a default implementation of aBearerHttpSigner
-