Uses of Class
software.amazon.awssdk.services.amplifybackend.model.CreateBackendAuthResourceConfig
-
Packages that use CreateBackendAuthResourceConfig Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of CreateBackendAuthResourceConfig in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return CreateBackendAuthResourceConfig Modifier and Type Method Description CreateBackendAuthResourceConfigCreateBackendAuthRequest. resourceConfig()The resource configuration for this request object.CreateBackendAuthResourceConfigGetBackendAuthResponse. resourceConfig()The resource configuration for authorization requests to the backend of your Amplify project.Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type CreateBackendAuthResourceConfig Modifier and Type Method Description CreateBackendAuthRequest.BuilderCreateBackendAuthRequest.Builder. resourceConfig(CreateBackendAuthResourceConfig resourceConfig)The resource configuration for this request object.GetBackendAuthResponse.BuilderGetBackendAuthResponse.Builder. resourceConfig(CreateBackendAuthResourceConfig resourceConfig)The resource configuration for authorization requests to the backend of your Amplify project.
-