Uses of Interface
software.amazon.awssdk.services.ivschat.model.ListRoomsRequest.Builder
-
Packages that use ListRoomsRequest.Builder Package Description software.amazon.awssdk.services.ivschat Introductionsoftware.amazon.awssdk.services.ivschat.model -
-
Uses of ListRoomsRequest.Builder in software.amazon.awssdk.services.ivschat
Method parameters in software.amazon.awssdk.services.ivschat with type arguments of type ListRoomsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListRoomsResponse>IvschatAsyncClient. listRooms(Consumer<ListRoomsRequest.Builder> listRoomsRequest)Gets summary information about all your rooms in the AWS region where the API request is processed.default ListRoomsResponseIvschatClient. listRooms(Consumer<ListRoomsRequest.Builder> listRoomsRequest)Gets summary information about all your rooms in the AWS region where the API request is processed.default ListRoomsPublisherIvschatAsyncClient. listRoomsPaginator(Consumer<ListRoomsRequest.Builder> listRoomsRequest)Gets summary information about all your rooms in the AWS region where the API request is processed.default ListRoomsIterableIvschatClient. listRoomsPaginator(Consumer<ListRoomsRequest.Builder> listRoomsRequest)Gets summary information about all your rooms in the AWS region where the API request is processed. -
Uses of ListRoomsRequest.Builder in software.amazon.awssdk.services.ivschat.model
Methods in software.amazon.awssdk.services.ivschat.model that return ListRoomsRequest.Builder Modifier and Type Method Description static ListRoomsRequest.BuilderListRoomsRequest. builder()ListRoomsRequest.BuilderListRoomsRequest.Builder. loggingConfigurationIdentifier(String loggingConfigurationIdentifier)Logging-configuration identifier.ListRoomsRequest.BuilderListRoomsRequest.Builder. maxResults(Integer maxResults)Maximum number of rooms to return.ListRoomsRequest.BuilderListRoomsRequest.Builder. messageReviewHandlerUri(String messageReviewHandlerUri)Filters the list to match the specified message review handler URI.ListRoomsRequest.BuilderListRoomsRequest.Builder. name(String name)Filters the list to match the specified room name.ListRoomsRequest.BuilderListRoomsRequest.Builder. nextToken(String nextToken)The first room to retrieve.ListRoomsRequest.BuilderListRoomsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRoomsRequest.BuilderListRoomsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRoomsRequest.BuilderListRoomsRequest. toBuilder()Methods in software.amazon.awssdk.services.ivschat.model that return types with arguments of type ListRoomsRequest.Builder Modifier and Type Method Description static Class<? extends ListRoomsRequest.Builder>ListRoomsRequest. serializableBuilderClass()
-