Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.addChallengeResponsesEntry(String key,
String value)
Add a single ChallengeResponses entry
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.addClientMetadataEntry(String key,
String value)
Add a single ClientMetadata entry
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.clearChallengeResponsesEntries()
Removes all the entries added into ChallengeResponses.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.clearClientMetadataEntries()
Removes all the entries added into ClientMetadata.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.clone() |
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withAnalyticsMetadata(AnalyticsMetadataType analyticsMetadata)
The analytics metadata for collecting Amazon Pinpoint metrics for
AdminRespondToAuthChallenge calls. |
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withChallengeName(ChallengeNameType challengeName)
The challenge name.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withChallengeName(String challengeName)
The challenge name.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withChallengeResponses(Map<String,String> challengeResponses)
The challenge responses.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withClientId(String clientId)
The app client ID.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withClientMetadata(Map<String,String> clientMetadata)
A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withContextData(ContextDataType contextData)
Contextual data about your user session, such as the device fingerprint, IP address, or location.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withSession(String session)
The session that should be passed both ways in challenge-response calls to the service.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withUserPoolId(String userPoolId)
The ID of the Amazon Cognito user pool.
|
Copyright © 2023. All rights reserved.