Uses of Class
software.amazon.awssdk.services.amplifybackend.model.LoginAuthConfigReqObj
-
Packages that use LoginAuthConfigReqObj Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of LoginAuthConfigReqObj in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return LoginAuthConfigReqObj Modifier and Type Method Description LoginAuthConfigReqObjUpdateBackendConfigRequest. loginAuthConfig()Describes the Amazon Cognito configuration for Admin UI access.LoginAuthConfigReqObjUpdateBackendConfigResponse. loginAuthConfig()Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type LoginAuthConfigReqObj Modifier and Type Method Description UpdateBackendConfigRequest.BuilderUpdateBackendConfigRequest.Builder. loginAuthConfig(LoginAuthConfigReqObj loginAuthConfig)Describes the Amazon Cognito configuration for Admin UI access.UpdateBackendConfigResponse.BuilderUpdateBackendConfigResponse.Builder. loginAuthConfig(LoginAuthConfigReqObj loginAuthConfig)Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
-