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