Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminListUserAuthEventsRequest.Builder
-
Packages that use AdminListUserAuthEventsRequest.Builder 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.model -
-
Uses of AdminListUserAuthEventsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AdminListUserAuthEventsRequest.Builder Modifier and Type Method Description default CompletableFuture<AdminListUserAuthEventsResponse>CognitoIdentityProviderAsyncClient. 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(Consumer<AdminListUserAuthEventsRequest.Builder> adminListUserAuthEventsRequest)Requests a history of user activity and any risks detected as part of Amazon Cognito threat protection.default AdminListUserAuthEventsPublisherCognitoIdentityProviderAsyncClient. adminListUserAuthEventsPaginator(Consumer<AdminListUserAuthEventsRequest.Builder> adminListUserAuthEventsRequest)default AdminListUserAuthEventsIterableCognitoIdentityProviderClient. adminListUserAuthEventsPaginator(Consumer<AdminListUserAuthEventsRequest.Builder> adminListUserAuthEventsRequest) -
Uses of AdminListUserAuthEventsRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminListUserAuthEventsRequest.Builder Modifier and Type Method Description static AdminListUserAuthEventsRequest.BuilderAdminListUserAuthEventsRequest. builder()AdminListUserAuthEventsRequest.BuilderAdminListUserAuthEventsRequest.Builder. maxResults(Integer maxResults)The maximum number of authentication events to return.AdminListUserAuthEventsRequest.BuilderAdminListUserAuthEventsRequest.Builder. nextToken(String nextToken)This API operation returns a limited number of results.AdminListUserAuthEventsRequest.BuilderAdminListUserAuthEventsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AdminListUserAuthEventsRequest.BuilderAdminListUserAuthEventsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AdminListUserAuthEventsRequest.BuilderAdminListUserAuthEventsRequest. toBuilder()AdminListUserAuthEventsRequest.BuilderAdminListUserAuthEventsRequest.Builder. username(String username)The username of the user that you want to query or modify.AdminListUserAuthEventsRequest.BuilderAdminListUserAuthEventsRequest.Builder. userPoolId(String userPoolId)The Id of the user pool that contains the user profile with the logged events.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminListUserAuthEventsRequest.Builder Modifier and Type Method Description static Class<? extends AdminListUserAuthEventsRequest.Builder>AdminListUserAuthEventsRequest. serializableBuilderClass()
-