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