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