Uses of Class
software.amazon.awssdk.services.appsync.model.UserPoolConfig
-
Packages that use UserPoolConfig Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of UserPoolConfig in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return UserPoolConfig Modifier and Type Method Description UserPoolConfigCreateGraphqlApiRequest. userPoolConfig()The Amazon Cognito user pool configuration.UserPoolConfigGraphqlApi. userPoolConfig()The Amazon Cognito user pool configuration.UserPoolConfigUpdateGraphqlApiRequest. userPoolConfig()The new Amazon Cognito user pool configuration for the~GraphqlApiobject.Methods in software.amazon.awssdk.services.appsync.model with parameters of type UserPoolConfig Modifier and Type Method Description CreateGraphqlApiRequest.BuilderCreateGraphqlApiRequest.Builder. userPoolConfig(UserPoolConfig userPoolConfig)The Amazon Cognito user pool configuration.GraphqlApi.BuilderGraphqlApi.Builder. userPoolConfig(UserPoolConfig userPoolConfig)The Amazon Cognito user pool configuration.UpdateGraphqlApiRequest.BuilderUpdateGraphqlApiRequest.Builder. userPoolConfig(UserPoolConfig userPoolConfig)The new Amazon Cognito user pool configuration for the~GraphqlApiobject.
-