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