Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminListUserAuthEventsRequest
Packages that use AdminListUserAuthEventsRequest
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminListUserAuthEventsRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type AdminListUserAuthEventsRequestModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminListUserAuthEvents(AdminListUserAuthEventsRequest adminListUserAuthEventsRequest) Requests a history of user activity and any risks detected as part of Amazon Cognito threat protection.default AdminListUserAuthEventsResponseCognitoIdentityProviderClient.adminListUserAuthEvents(AdminListUserAuthEventsRequest adminListUserAuthEventsRequest) Requests a history of user activity and any risks detected as part of Amazon Cognito threat protection.default AdminListUserAuthEventsPublisherCognitoIdentityProviderAsyncClient.adminListUserAuthEventsPaginator(AdminListUserAuthEventsRequest adminListUserAuthEventsRequest) default AdminListUserAuthEventsIterableCognitoIdentityProviderClient.adminListUserAuthEventsPaginator(AdminListUserAuthEventsRequest adminListUserAuthEventsRequest) -
Uses of AdminListUserAuthEventsRequest in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Constructors in software.amazon.awssdk.services.cognitoidentityprovider.paginators with parameters of type AdminListUserAuthEventsRequestModifierConstructorDescriptionAdminListUserAuthEventsIterable(CognitoIdentityProviderClient client, AdminListUserAuthEventsRequest firstRequest) AdminListUserAuthEventsPublisher(CognitoIdentityProviderAsyncClient client, AdminListUserAuthEventsRequest firstRequest) -
Uses of AdminListUserAuthEventsRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type AdminListUserAuthEventsRequestModifier and TypeMethodDescriptionAdminListUserAuthEventsRequestMarshaller.marshall(AdminListUserAuthEventsRequest adminListUserAuthEventsRequest)