| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime application programming interface (API) is designed so administrators can perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
ListAttendeeTagsResult |
AbstractAmazonChime.listAttendeeTags(ListAttendeeTagsRequest request) |
ListAttendeeTagsResult |
AmazonChime.listAttendeeTags(ListAttendeeTagsRequest listAttendeeTagsRequest)
Lists the tags applied to an Amazon Chime SDK attendee resource.
|
ListAttendeeTagsResult |
AmazonChimeClient.listAttendeeTags(ListAttendeeTagsRequest request)
Lists the tags applied to an Amazon Chime SDK attendee resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAttendeeTagsResult> |
AmazonChimeAsyncClient.listAttendeeTagsAsync(ListAttendeeTagsRequest request,
AsyncHandler<ListAttendeeTagsRequest,ListAttendeeTagsResult> asyncHandler) |
Future<ListAttendeeTagsResult> |
AmazonChimeAsync.listAttendeeTagsAsync(ListAttendeeTagsRequest listAttendeeTagsRequest,
AsyncHandler<ListAttendeeTagsRequest,ListAttendeeTagsResult> asyncHandler)
Lists the tags applied to an Amazon Chime SDK attendee resource.
|
Future<ListAttendeeTagsResult> |
AbstractAmazonChimeAsync.listAttendeeTagsAsync(ListAttendeeTagsRequest request,
AsyncHandler<ListAttendeeTagsRequest,ListAttendeeTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAttendeeTagsResult |
ListAttendeeTagsResult.clone() |
ListAttendeeTagsResult |
ListAttendeeTagsResult.withTags(Collection<Tag> tags)
A list of tag key-value pairs.
|
ListAttendeeTagsResult |
ListAttendeeTagsResult.withTags(Tag... tags)
A list of tag key-value pairs.
|
Copyright © 2023. All rights reserved.