Uses of Class
software.amazon.awssdk.services.amplifybackend.model.BackendAPIAuthType
-
Packages that use BackendAPIAuthType Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of BackendAPIAuthType in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return BackendAPIAuthType Modifier and Type Method Description BackendAPIAuthTypeBackendAPIResourceConfig. defaultAuthType()The default authentication type for interacting with the configured data models in your Amplify project.Methods in software.amazon.awssdk.services.amplifybackend.model that return types with arguments of type BackendAPIAuthType Modifier and Type Method Description List<BackendAPIAuthType>BackendAPIResourceConfig. additionalAuthTypes()Additional authentication methods used to interact with your data models.Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type BackendAPIAuthType Modifier and Type Method Description BackendAPIResourceConfig.BuilderBackendAPIResourceConfig.Builder. additionalAuthTypes(BackendAPIAuthType... additionalAuthTypes)Additional authentication methods used to interact with your data models.BackendAPIResourceConfig.BuilderBackendAPIResourceConfig.Builder. defaultAuthType(BackendAPIAuthType defaultAuthType)The default authentication type for interacting with the configured data models in your Amplify project.Method parameters in software.amazon.awssdk.services.amplifybackend.model with type arguments of type BackendAPIAuthType Modifier and Type Method Description BackendAPIResourceConfig.BuilderBackendAPIResourceConfig.Builder. additionalAuthTypes(Collection<BackendAPIAuthType> additionalAuthTypes)Additional authentication methods used to interact with your data models.
-