Uses of Class
software.amazon.awssdk.services.directoryservicedata.model.UserSummary
-
Packages that use UserSummary Package Description software.amazon.awssdk.services.directoryservicedata.model software.amazon.awssdk.services.directoryservicedata.paginators -
-
Uses of UserSummary in software.amazon.awssdk.services.directoryservicedata.model
Methods in software.amazon.awssdk.services.directoryservicedata.model that return types with arguments of type UserSummary Modifier and Type Method Description List<UserSummary>ListUsersResponse. users()The user information that the request returns.Methods in software.amazon.awssdk.services.directoryservicedata.model with parameters of type UserSummary Modifier and Type Method Description ListUsersResponse.BuilderListUsersResponse.Builder. users(UserSummary... users)The user information that the request returns.Method parameters in software.amazon.awssdk.services.directoryservicedata.model with type arguments of type UserSummary Modifier and Type Method Description ListUsersResponse.BuilderListUsersResponse.Builder. users(Collection<UserSummary> users)The user information that the request returns. -
Uses of UserSummary in software.amazon.awssdk.services.directoryservicedata.paginators
Methods in software.amazon.awssdk.services.directoryservicedata.paginators that return types with arguments of type UserSummary Modifier and Type Method Description SdkIterable<UserSummary>ListUsersIterable. users()Returns an iterable to iterate through the paginatedListUsersResponse.users()member.SdkPublisher<UserSummary>ListUsersPublisher. users()Returns a publisher that can be used to get a stream of data.
-