Package | Description |
---|---|
com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
Modifier and Type | Method and Description |
---|---|
UpdateUserPoolClientResult |
AmazonCognitoIdentityProviderClient.updateUserPoolClient(UpdateUserPoolClientRequest updateUserPoolClientRequest)
Updates the specified user pool app client with the specified attributes.
|
UpdateUserPoolClientResult |
AmazonCognitoIdentityProvider.updateUserPoolClient(UpdateUserPoolClientRequest updateUserPoolClientRequest)
Updates the specified user pool app client with the specified attributes.
|
Modifier and Type | Method and Description |
---|---|
UpdateUserPoolClientResult |
UpdateUserPoolClientResult.withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when an
update user pool client request is made.
|
Copyright © 2020. All rights reserved.