Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminListUserAuthEventsResponse
Packages that use AdminListUserAuthEventsResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminListUserAuthEventsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminListUserAuthEventsResponseModifier and TypeMethodDescriptiondefault AdminListUserAuthEventsResponseCognitoIdentityProviderClient.adminListUserAuthEvents(Consumer<AdminListUserAuthEventsRequest.Builder> 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.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AdminListUserAuthEventsResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminListUserAuthEvents(Consumer<AdminListUserAuthEventsRequest.Builder> adminListUserAuthEventsRequest) Requests a history of user activity and any risks detected as part of Amazon Cognito threat protection.CognitoIdentityProviderAsyncClient.adminListUserAuthEvents(AdminListUserAuthEventsRequest adminListUserAuthEventsRequest) Requests a history of user activity and any risks detected as part of Amazon Cognito threat protection. -
Uses of AdminListUserAuthEventsResponse in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type AdminListUserAuthEventsResponseMethod parameters in software.amazon.awssdk.services.cognitoidentityprovider.paginators with type arguments of type AdminListUserAuthEventsResponseModifier and TypeMethodDescriptionvoidAdminListUserAuthEventsPublisher.subscribe(org.reactivestreams.Subscriber<? super AdminListUserAuthEventsResponse> subscriber)