Uses of Interface
software.amazon.awssdk.services.amplifybackend.model.UpdateBackendAuthIdentityPoolConfig.Builder
-
Packages that use UpdateBackendAuthIdentityPoolConfig.Builder Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of UpdateBackendAuthIdentityPoolConfig.Builder in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return UpdateBackendAuthIdentityPoolConfig.Builder Modifier and Type Method Description static UpdateBackendAuthIdentityPoolConfig.BuilderUpdateBackendAuthIdentityPoolConfig. builder()UpdateBackendAuthIdentityPoolConfig.BuilderUpdateBackendAuthIdentityPoolConfig. toBuilder()UpdateBackendAuthIdentityPoolConfig.BuilderUpdateBackendAuthIdentityPoolConfig.Builder. unauthenticatedLogin(Boolean unauthenticatedLogin)A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.Methods in software.amazon.awssdk.services.amplifybackend.model that return types with arguments of type UpdateBackendAuthIdentityPoolConfig.Builder Modifier and Type Method Description static Class<? extends UpdateBackendAuthIdentityPoolConfig.Builder>UpdateBackendAuthIdentityPoolConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.amplifybackend.model with type arguments of type UpdateBackendAuthIdentityPoolConfig.Builder Modifier and Type Method Description default UpdateBackendAuthResourceConfig.BuilderUpdateBackendAuthResourceConfig.Builder. identityPoolConfigs(Consumer<UpdateBackendAuthIdentityPoolConfig.Builder> identityPoolConfigs)Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.
-