Uses of Interface
software.amazon.awssdk.services.amplifybackend.model.LoginAuthConfigReqObj.Builder
-
Packages that use LoginAuthConfigReqObj.Builder Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of LoginAuthConfigReqObj.Builder in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return LoginAuthConfigReqObj.Builder Modifier and Type Method Description LoginAuthConfigReqObj.BuilderLoginAuthConfigReqObj.Builder. awsCognitoIdentityPoolId(String awsCognitoIdentityPoolId)The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.LoginAuthConfigReqObj.BuilderLoginAuthConfigReqObj.Builder. awsCognitoRegion(String awsCognitoRegion)The AWS Region for the Amplify Admin UI login.LoginAuthConfigReqObj.BuilderLoginAuthConfigReqObj.Builder. awsUserPoolsId(String awsUserPoolsId)The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.LoginAuthConfigReqObj.BuilderLoginAuthConfigReqObj.Builder. awsUserPoolsWebClientId(String awsUserPoolsWebClientId)The web client ID for the Amazon Cognito user pools.static LoginAuthConfigReqObj.BuilderLoginAuthConfigReqObj. builder()LoginAuthConfigReqObj.BuilderLoginAuthConfigReqObj. toBuilder()Methods in software.amazon.awssdk.services.amplifybackend.model that return types with arguments of type LoginAuthConfigReqObj.Builder Modifier and Type Method Description static Class<? extends LoginAuthConfigReqObj.Builder>LoginAuthConfigReqObj. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.amplifybackend.model with type arguments of type LoginAuthConfigReqObj.Builder Modifier and Type Method Description default UpdateBackendConfigRequest.BuilderUpdateBackendConfigRequest.Builder. loginAuthConfig(Consumer<LoginAuthConfigReqObj.Builder> loginAuthConfig)Describes the Amazon Cognito configuration for Admin UI access.default UpdateBackendConfigResponse.BuilderUpdateBackendConfigResponse.Builder. loginAuthConfig(Consumer<LoginAuthConfigReqObj.Builder> loginAuthConfig)Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
-