Uses of Interface
software.amazon.awssdk.http.auth.spi.scheme.AuthSchemeOption.SignerPropertyConsumer
-
Packages that use AuthSchemeOption.SignerPropertyConsumer Package Description software.amazon.awssdk.http.auth.spi.internal.scheme software.amazon.awssdk.http.auth.spi.scheme -
-
Uses of AuthSchemeOption.SignerPropertyConsumer in software.amazon.awssdk.http.auth.spi.internal.scheme
Methods in software.amazon.awssdk.http.auth.spi.internal.scheme with parameters of type AuthSchemeOption.SignerPropertyConsumer Modifier and Type Method Description voidDefaultAuthSchemeOption. forEachSignerProperty(AuthSchemeOption.SignerPropertyConsumer consumer) -
Uses of AuthSchemeOption.SignerPropertyConsumer in software.amazon.awssdk.http.auth.spi.scheme
Methods in software.amazon.awssdk.http.auth.spi.scheme with parameters of type AuthSchemeOption.SignerPropertyConsumer Modifier and Type Method Description voidAuthSchemeOption. forEachSignerProperty(AuthSchemeOption.SignerPropertyConsumer consumer)A method to operate on allSignerPropertyvalues of this AuthSchemeOption.
-