Uses of Class
software.amazon.awssdk.services.amplifybackend.model.AuthResources
-
Packages that use AuthResources Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of AuthResources in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return AuthResources Modifier and Type Method Description AuthResourcesCreateBackendAuthResourceConfig. authResources()Defines whether you want to configure only authentication or both authentication and authorization settings.AuthResourcesUpdateBackendAuthResourceConfig. authResources()Defines the service name to use when configuring an authentication resource in your Amplify project.static AuthResourcesAuthResources. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthResourcesAuthResources. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthResources[]AuthResources. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.amplifybackend.model that return types with arguments of type AuthResources Modifier and Type Method Description static Set<AuthResources>AuthResources. knownValues()Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type AuthResources Modifier and Type Method Description CreateBackendAuthResourceConfig.BuilderCreateBackendAuthResourceConfig.Builder. authResources(AuthResources authResources)Defines whether you want to configure only authentication or both authentication and authorization settings.UpdateBackendAuthResourceConfig.BuilderUpdateBackendAuthResourceConfig.Builder. authResources(AuthResources authResources)Defines the service name to use when configuring an authentication resource in your Amplify project.
-