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