Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminListUserAuthEventsResponse
-
Packages that use AdminListUserAuthEventsResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.paginators -
-
Uses of AdminListUserAuthEventsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminListUserAuthEventsResponse Modifier and Type Method Description default AdminListUserAuthEventsResponseCognitoIdentityProviderClient. adminListUserAuthEvents(Consumer<AdminListUserAuthEventsRequest.Builder> adminListUserAuthEventsRequest)A history of user activity and any risks detected as part of Amazon Cognito advanced security.default AdminListUserAuthEventsResponseCognitoIdentityProviderClient. adminListUserAuthEvents(AdminListUserAuthEventsRequest adminListUserAuthEventsRequest)A history of user activity and any risks detected as part of Amazon Cognito advanced security.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AdminListUserAuthEventsResponse Modifier and Type Method Description default CompletableFuture<AdminListUserAuthEventsResponse>CognitoIdentityProviderAsyncClient. adminListUserAuthEvents(Consumer<AdminListUserAuthEventsRequest.Builder> adminListUserAuthEventsRequest)A history of user activity and any risks detected as part of Amazon Cognito advanced security.default CompletableFuture<AdminListUserAuthEventsResponse>CognitoIdentityProviderAsyncClient. adminListUserAuthEvents(AdminListUserAuthEventsRequest adminListUserAuthEventsRequest)A history of user activity and any risks detected as part of Amazon Cognito advanced security. -
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 AdminListUserAuthEventsResponse Modifier and Type Method Description Iterator<AdminListUserAuthEventsResponse>AdminListUserAuthEventsIterable. iterator()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.paginators with type arguments of type AdminListUserAuthEventsResponse Modifier and Type Method Description voidAdminListUserAuthEventsPublisher. subscribe(org.reactivestreams.Subscriber<? super AdminListUserAuthEventsResponse> subscriber)
-