Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminListUserAuthEventsRequest
-
Packages that use AdminListUserAuthEventsRequest 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 software.amazon.awssdk.services.cognitoidentityprovider.transform -
-
Uses of AdminListUserAuthEventsRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type AdminListUserAuthEventsRequest Modifier and Type Method Description default CompletableFuture<AdminListUserAuthEventsResponse>CognitoIdentityProviderAsyncClient. adminListUserAuthEvents(AdminListUserAuthEventsRequest 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.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 AdminListUserAuthEventsRequest Constructor Description AdminListUserAuthEventsIterable(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 AdminListUserAuthEventsRequest Modifier and Type Method Description SdkHttpFullRequestAdminListUserAuthEventsRequestMarshaller. marshall(AdminListUserAuthEventsRequest adminListUserAuthEventsRequest)
-