| Package | Description |
|---|---|
| com.amazonaws.services.chime |
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Future<TagAttendeeResult> |
AmazonChimeAsyncClient.tagAttendeeAsync(TagAttendeeRequest request,
AsyncHandler<TagAttendeeRequest,TagAttendeeResult> asyncHandler)
Deprecated.
|
Future<TagAttendeeResult> |
AbstractAmazonChimeAsync.tagAttendeeAsync(TagAttendeeRequest request,
AsyncHandler<TagAttendeeRequest,TagAttendeeResult> asyncHandler)
Deprecated.
|
Future<TagAttendeeResult> |
AmazonChimeAsync.tagAttendeeAsync(TagAttendeeRequest tagAttendeeRequest,
AsyncHandler<TagAttendeeRequest,TagAttendeeResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TagAttendeeRequest |
TagAttendeeRequest.clone() |
TagAttendeeRequest |
TagAttendeeRequest.withAttendeeId(String attendeeId)
The Amazon Chime SDK attendee ID.
|
TagAttendeeRequest |
TagAttendeeRequest.withMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
TagAttendeeRequest |
TagAttendeeRequest.withTags(Collection<Tag> tags)
The tag key-value pairs.
|
TagAttendeeRequest |
TagAttendeeRequest.withTags(Tag... tags)
The tag key-value pairs.
|
Copyright © 2024. All rights reserved.