Uses of Class
software.amazon.awssdk.services.chime.model.CreateRoomResponse
-
Packages that use CreateRoomResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of CreateRoomResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return CreateRoomResponse Modifier and Type Method Description default CreateRoomResponseChimeClient. createRoom(Consumer<CreateRoomRequest.Builder> createRoomRequest)Creates a chat room for the specified Amazon Chime Enterprise account.default CreateRoomResponseChimeClient. createRoom(CreateRoomRequest createRoomRequest)Creates a chat room for the specified Amazon Chime Enterprise account.Methods in software.amazon.awssdk.services.chime that return types with arguments of type CreateRoomResponse Modifier and Type Method Description default CompletableFuture<CreateRoomResponse>ChimeAsyncClient. createRoom(Consumer<CreateRoomRequest.Builder> createRoomRequest)Creates a chat room for the specified Amazon Chime Enterprise account.default CompletableFuture<CreateRoomResponse>ChimeAsyncClient. createRoom(CreateRoomRequest createRoomRequest)Creates a chat room for the specified Amazon Chime Enterprise account.
-