Uses of Class
software.amazon.awssdk.services.connect.model.UserSearchSummary
-
Packages that use UserSearchSummary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of UserSearchSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UserSearchSummary Modifier and Type Method Description List<UserSearchSummary>SearchUsersResponse. users()Information about the users.Methods in software.amazon.awssdk.services.connect.model with parameters of type UserSearchSummary Modifier and Type Method Description SearchUsersResponse.BuilderSearchUsersResponse.Builder. users(UserSearchSummary... users)Information about the users.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type UserSearchSummary Modifier and Type Method Description SearchUsersResponse.BuilderSearchUsersResponse.Builder. users(Collection<UserSearchSummary> users)Information about the users. -
Uses of UserSearchSummary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type UserSearchSummary Modifier and Type Method Description SdkIterable<UserSearchSummary>SearchUsersIterable. users()Returns an iterable to iterate through the paginatedSearchUsersResponse.users()member.SdkPublisher<UserSearchSummary>SearchUsersPublisher. users()Returns a publisher that can be used to get a stream of data.
-