Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateUserPoolClientResponse
-
Packages that use CreateUserPoolClientResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of CreateUserPoolClientResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return CreateUserPoolClientResponse Modifier and Type Method Description default CreateUserPoolClientResponseCognitoIdentityProviderClient. createUserPoolClient(Consumer<CreateUserPoolClientRequest.Builder> createUserPoolClientRequest)Creates an app client in a user pool.default CreateUserPoolClientResponseCognitoIdentityProviderClient. createUserPoolClient(CreateUserPoolClientRequest createUserPoolClientRequest)Creates an app client in a user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type CreateUserPoolClientResponse Modifier and Type Method Description default CompletableFuture<CreateUserPoolClientResponse>CognitoIdentityProviderAsyncClient. createUserPoolClient(Consumer<CreateUserPoolClientRequest.Builder> createUserPoolClientRequest)Creates an app client in a user pool.default CompletableFuture<CreateUserPoolClientResponse>CognitoIdentityProviderAsyncClient. createUserPoolClient(CreateUserPoolClientRequest createUserPoolClientRequest)Creates an app client in a user pool.
-