| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
AuthEventType |
AuthEventType.clone() |
AuthEventType |
AuthEventType.withChallengeResponses(ChallengeResponseType... challengeResponses)
The challenge responses.
|
AuthEventType |
AuthEventType.withChallengeResponses(Collection<ChallengeResponseType> challengeResponses)
The challenge responses.
|
AuthEventType |
AuthEventType.withCreationDate(Date creationDate)
The date and time when the item was created.
|
AuthEventType |
AuthEventType.withEventContextData(EventContextDataType eventContextData)
The user context data captured at the time of an event request.
|
AuthEventType |
AuthEventType.withEventFeedback(EventFeedbackType eventFeedback)
A flag specifying the user feedback captured at the time of an event request is good or bad.
|
AuthEventType |
AuthEventType.withEventId(String eventId)
The event ID.
|
AuthEventType |
AuthEventType.withEventResponse(EventResponseType eventResponse)
The event response.
|
AuthEventType |
AuthEventType.withEventResponse(String eventResponse)
The event response.
|
AuthEventType |
AuthEventType.withEventRisk(EventRiskType eventRisk)
The event risk.
|
AuthEventType |
AuthEventType.withEventType(EventType eventType)
The event type.
|
AuthEventType |
AuthEventType.withEventType(String eventType)
The event type.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthEventType> |
AdminListUserAuthEventsResult.getAuthEvents()
The response object.
|
| Modifier and Type | Method and Description |
|---|---|
AdminListUserAuthEventsResult |
AdminListUserAuthEventsResult.withAuthEvents(AuthEventType... authEvents)
The response object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdminListUserAuthEventsResult.setAuthEvents(Collection<AuthEventType> authEvents)
The response object.
|
AdminListUserAuthEventsResult |
AdminListUserAuthEventsResult.withAuthEvents(Collection<AuthEventType> authEvents)
The response object.
|
Copyright © 2024. All rights reserved.