Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateUserPoolResponse
-
Packages that use CreateUserPoolResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of CreateUserPoolResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return CreateUserPoolResponse Modifier and Type Method Description default CreateUserPoolResponseCognitoIdentityProviderClient. createUserPool(Consumer<CreateUserPoolRequest.Builder> createUserPoolRequest)Creates a new Amazon Cognito user pool.default CreateUserPoolResponseCognitoIdentityProviderClient. createUserPool(CreateUserPoolRequest createUserPoolRequest)Creates a new Amazon Cognito user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type CreateUserPoolResponse Modifier and Type Method Description default CompletableFuture<CreateUserPoolResponse>CognitoIdentityProviderAsyncClient. createUserPool(Consumer<CreateUserPoolRequest.Builder> createUserPoolRequest)Creates a new Amazon Cognito user pool.default CompletableFuture<CreateUserPoolResponse>CognitoIdentityProviderAsyncClient. createUserPool(CreateUserPoolRequest createUserPoolRequest)Creates a new Amazon Cognito user pool.
-