Uses of Interface
software.amazon.awssdk.services.appconfig.auth.scheme.AppConfigAuthSchemeParams.Builder
-
Packages that use AppConfigAuthSchemeParams.Builder Package Description software.amazon.awssdk.services.appconfig.auth.scheme software.amazon.awssdk.services.appconfig.auth.scheme.internal -
-
Uses of AppConfigAuthSchemeParams.Builder in software.amazon.awssdk.services.appconfig.auth.scheme
Methods in software.amazon.awssdk.services.appconfig.auth.scheme that return AppConfigAuthSchemeParams.Builder Modifier and Type Method Description static AppConfigAuthSchemeParams.BuilderAppConfigAuthSchemeParams. builder()Get a new builder for creating aAppConfigAuthSchemeParams.AppConfigAuthSchemeParams.BuilderAppConfigAuthSchemeParams.Builder. operation(String operation)Set the operation for which to resolve the auth scheme.AppConfigAuthSchemeParams.BuilderAppConfigAuthSchemeParams.Builder. region(Region region)Set the region.AppConfigAuthSchemeParams.BuilderAppConfigAuthSchemeParams. toBuilder()Returns aAppConfigAuthSchemeParams.Builderto customize the parameters.Method parameters in software.amazon.awssdk.services.appconfig.auth.scheme with type arguments of type AppConfigAuthSchemeParams.Builder Modifier and Type Method Description default List<AuthSchemeOption>AppConfigAuthSchemeProvider. resolveAuthScheme(Consumer<AppConfigAuthSchemeParams.Builder> consumer)Resolve the auth schemes based on the given set of parameters. -
Uses of AppConfigAuthSchemeParams.Builder in software.amazon.awssdk.services.appconfig.auth.scheme.internal
Methods in software.amazon.awssdk.services.appconfig.auth.scheme.internal that return AppConfigAuthSchemeParams.Builder Modifier and Type Method Description static AppConfigAuthSchemeParams.BuilderDefaultAppConfigAuthSchemeParams. builder()AppConfigAuthSchemeParams.BuilderDefaultAppConfigAuthSchemeParams. toBuilder()
-