| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateRoomResponse |
ChimeClient.createRoom(Consumer<CreateRoomRequest.Builder> createRoomRequest)
Creates a chat room for the specified Amazon Chime Enterprise account.
|
default CreateRoomResponse |
ChimeClient.createRoom(CreateRoomRequest createRoomRequest)
Creates a chat room for the specified Amazon Chime Enterprise account.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.