Uses of Class
software.amazon.awssdk.services.amplifybackend.model.Service
-
Packages that use Service Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of Service in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return Service Modifier and Type Method Description static ServiceService. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceCreateBackendAuthResourceConfig. service()Defines the service name to use when configuring an authentication resource in your Amplify project.ServiceUpdateBackendAuthResourceConfig. service()Defines the service name to use when configuring an authentication resource in your Amplify project.static ServiceService. valueOf(String name)Returns the enum constant of this type with the specified name.static Service[]Service. 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 Service Modifier and Type Method Description static Set<Service>Service. knownValues()Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type Service Modifier and Type Method Description CreateBackendAuthResourceConfig.BuilderCreateBackendAuthResourceConfig.Builder. service(Service service)Defines the service name to use when configuring an authentication resource in your Amplify project.UpdateBackendAuthResourceConfig.BuilderUpdateBackendAuthResourceConfig.Builder. service(Service service)Defines the service name to use when configuring an authentication resource in your Amplify project.
-