Uses of Interface
software.amazon.awssdk.services.appconfigdata.auth.scheme.AppConfigDataAuthSchemeParams
Packages that use AppConfigDataAuthSchemeParams
Package
Description
-
Uses of AppConfigDataAuthSchemeParams in software.amazon.awssdk.services.appconfigdata.auth.scheme
Methods in software.amazon.awssdk.services.appconfigdata.auth.scheme that return AppConfigDataAuthSchemeParamsModifier and TypeMethodDescriptionAppConfigDataAuthSchemeParams.Builder.build()Returns aAppConfigDataAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.appconfigdata.auth.scheme with parameters of type AppConfigDataAuthSchemeParamsModifier and TypeMethodDescriptionAppConfigDataAuthSchemeProvider.resolveAuthScheme(AppConfigDataAuthSchemeParams authSchemeParams) Resolve the auth schemes based on the given set of parameters. -
Uses of AppConfigDataAuthSchemeParams in software.amazon.awssdk.services.appconfigdata.auth.scheme.internal
Classes in software.amazon.awssdk.services.appconfigdata.auth.scheme.internal that implement AppConfigDataAuthSchemeParamsMethods in software.amazon.awssdk.services.appconfigdata.auth.scheme.internal with parameters of type AppConfigDataAuthSchemeParamsModifier and TypeMethodDescriptionDefaultAppConfigDataAuthSchemeProvider.resolveAuthScheme(AppConfigDataAuthSchemeParams params) PreferredAppConfigDataAuthSchemeProvider.resolveAuthScheme(AppConfigDataAuthSchemeParams params) Resolve the auth schemes based on the given set of parameters.