Uses of Class
software.amazon.awssdk.services.ivschat.model.CreateRoomResponse
-
Packages that use CreateRoomResponse Package Description software.amazon.awssdk.services.ivschat Introduction -
-
Uses of CreateRoomResponse in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat that return CreateRoomResponse Modifier and Type Method Description default CreateRoomResponseIvschatClient. createRoom(Consumer<CreateRoomRequest.Builder> createRoomRequest)Creates a room that allows clients to connect and pass messages.default CreateRoomResponseIvschatClient. createRoom(CreateRoomRequest createRoomRequest)Creates a room that allows clients to connect and pass messages.Methods in software.amazon.awssdk.services.ivschat that return types with arguments of type CreateRoomResponse Modifier and Type Method Description default CompletableFuture<CreateRoomResponse>IvschatAsyncClient. createRoom(Consumer<CreateRoomRequest.Builder> createRoomRequest)Creates a room that allows clients to connect and pass messages.default CompletableFuture<CreateRoomResponse>IvschatAsyncClient. createRoom(CreateRoomRequest createRoomRequest)Creates a room that allows clients to connect and pass messages.
-