Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AuthEventType
-
Packages that use AuthEventType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model software.amazon.awssdk.services.cognitoidentityprovider.paginators -
-
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 AuthEventType Modifier and Type Method Description List<AuthEventType>AdminListUserAuthEventsResponse. authEvents()The response object.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AuthEventType Modifier and Type Method Description AdminListUserAuthEventsResponse.BuilderAdminListUserAuthEventsResponse.Builder. authEvents(AuthEventType... authEvents)The response object.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AuthEventType Modifier and Type Method Description AdminListUserAuthEventsResponse.BuilderAdminListUserAuthEventsResponse.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 AuthEventType Modifier and Type Method Description SdkIterable<AuthEventType>AdminListUserAuthEventsIterable. authEvents()Returns an iterable to iterate through the paginatedAdminListUserAuthEventsResponse.authEvents()member.SdkPublisher<AuthEventType>AdminListUserAuthEventsPublisher. authEvents()Returns a publisher that can be used to get a stream of data.
-