| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| Modifier and Type | Method and Description |
|---|---|
default BatchCreateAttendeeResponse |
ChimeClient.batchCreateAttendee(BatchCreateAttendeeRequest batchCreateAttendeeRequest)
Creates up to 100 new attendees for an active Amazon Chime SDK meeting.
|
default BatchCreateAttendeeResponse |
ChimeClient.batchCreateAttendee(Consumer<BatchCreateAttendeeRequest.Builder> batchCreateAttendeeRequest)
Creates up to 100 new attendees for an active Amazon Chime SDK meeting.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchCreateAttendeeResponse> |
ChimeAsyncClient.batchCreateAttendee(BatchCreateAttendeeRequest batchCreateAttendeeRequest)
Creates up to 100 new attendees for an active Amazon Chime SDK meeting.
|
default CompletableFuture<BatchCreateAttendeeResponse> |
ChimeAsyncClient.batchCreateAttendee(Consumer<BatchCreateAttendeeRequest.Builder> batchCreateAttendeeRequest)
Creates up to 100 new attendees for an active Amazon Chime SDK meeting.
|
Copyright © 2022. All rights reserved.