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