Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AuthEventType
Packages that use AuthEventType
Package
Description
-
Uses of AuthEventType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AuthEventTypeModifier and TypeMethodDescriptionfinal List<AuthEventType>AdminListUserAuthEventsResponse.authEvents()The response object.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AuthEventTypeModifier and TypeMethodDescriptionAdminListUserAuthEventsResponse.Builder.authEvents(AuthEventType... authEvents) The response object.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AuthEventTypeModifier and TypeMethodDescriptionAdminListUserAuthEventsResponse.Builder.authEvents(Collection<AuthEventType> authEvents) The response object. -
Uses of AuthEventType in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type AuthEventTypeModifier and TypeMethodDescriptionfinal SdkIterable<AuthEventType>AdminListUserAuthEventsIterable.authEvents()Returns an iterable to iterate through the paginatedAdminListUserAuthEventsResponse.authEvents()member.final SdkPublisher<AuthEventType>AdminListUserAuthEventsPublisher.authEvents()Returns a publisher that can be used to get a stream of data.