Uses of Class
software.amazon.awssdk.services.ivschat.model.CreateRoomRequest
-
Packages that use CreateRoomRequest Package Description software.amazon.awssdk.services.ivschat Introductionsoftware.amazon.awssdk.services.ivschat.transform -
-
Uses of CreateRoomRequest in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat with parameters of type CreateRoomRequest Modifier and Type Method Description default CompletableFuture<CreateRoomResponse>IvschatAsyncClient. createRoom(CreateRoomRequest 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. -
Uses of CreateRoomRequest in software.amazon.awssdk.services.ivschat.transform
Methods in software.amazon.awssdk.services.ivschat.transform with parameters of type CreateRoomRequest Modifier and Type Method Description SdkHttpFullRequestCreateRoomRequestMarshaller. marshall(CreateRoomRequest createRoomRequest)
-