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