Uses of Class
software.amazon.awssdk.services.chime.model.ListUsersResponse
-
Packages that use ListUsersResponse Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.paginators -
-
Uses of ListUsersResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return ListUsersResponse Modifier and Type Method Description default ListUsersResponseChimeClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Lists the users that belong to the specified Amazon Chime account.default ListUsersResponseChimeClient. listUsers(ListUsersRequest listUsersRequest)Lists the users that belong to the specified Amazon Chime account.Methods in software.amazon.awssdk.services.chime that return types with arguments of type ListUsersResponse Modifier and Type Method Description default CompletableFuture<ListUsersResponse>ChimeAsyncClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Lists the users that belong to the specified Amazon Chime account.default CompletableFuture<ListUsersResponse>ChimeAsyncClient. listUsers(ListUsersRequest listUsersRequest)Lists the users that belong to the specified Amazon Chime account. -
Uses of ListUsersResponse in software.amazon.awssdk.services.chime.paginators
Methods in software.amazon.awssdk.services.chime.paginators that return types with arguments of type ListUsersResponse Modifier and Type Method Description Iterator<ListUsersResponse>ListUsersIterable. iterator()Method parameters in software.amazon.awssdk.services.chime.paginators with type arguments of type ListUsersResponse Modifier and Type Method Description voidListUsersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber)
-