Uses of Interface
software.amazon.awssdk.services.config.auth.scheme.ConfigAuthSchemeParams
-
Packages that use ConfigAuthSchemeParams Package Description software.amazon.awssdk.services.config.auth.scheme software.amazon.awssdk.services.config.auth.scheme.internal -
-
Uses of ConfigAuthSchemeParams in software.amazon.awssdk.services.config.auth.scheme
Methods in software.amazon.awssdk.services.config.auth.scheme that return ConfigAuthSchemeParams Modifier and Type Method Description ConfigAuthSchemeParamsConfigAuthSchemeParams.Builder. build()Returns aConfigAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.config.auth.scheme with parameters of type ConfigAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>ConfigAuthSchemeProvider. resolveAuthScheme(ConfigAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of ConfigAuthSchemeParams in software.amazon.awssdk.services.config.auth.scheme.internal
Classes in software.amazon.awssdk.services.config.auth.scheme.internal that implement ConfigAuthSchemeParams Modifier and Type Class Description classDefaultConfigAuthSchemeParamsMethods in software.amazon.awssdk.services.config.auth.scheme.internal with parameters of type ConfigAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultConfigAuthSchemeProvider. resolveAuthScheme(ConfigAuthSchemeParams params)
-