| Package | Description |
|---|---|
| com.amazonaws.services.chime |
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListChannelsResult> |
AmazonChimeAsyncClient.listChannelsAsync(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler)
Deprecated.
|
Future<ListChannelsResult> |
AbstractAmazonChimeAsync.listChannelsAsync(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler)
Deprecated.
|
Future<ListChannelsResult> |
AmazonChimeAsync.listChannelsAsync(ListChannelsRequest listChannelsRequest,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelsRequest |
ListChannelsRequest.clone() |
ListChannelsRequest |
ListChannelsRequest.withAppInstanceArn(String appInstanceArn)
The ARN of the
AppInstance. |
ListChannelsRequest |
ListChannelsRequest.withChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
ListChannelsRequest |
ListChannelsRequest.withMaxResults(Integer maxResults)
The maximum number of channels that you want to return.
|
ListChannelsRequest |
ListChannelsRequest.withNextToken(String nextToken)
The token passed by previous API calls until all requested channels are returned.
|
ListChannelsRequest |
ListChannelsRequest.withPrivacy(ChannelPrivacy privacy)
The privacy setting.
|
ListChannelsRequest |
ListChannelsRequest.withPrivacy(String privacy)
The privacy setting.
|
Copyright © 2023. All rights reserved.