| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkidentity |
The Amazon Chime SDK Identity APIs in this section allow software developers to create and manage unique instances of
their messaging applications.
|
| com.amazonaws.services.chimesdkidentity.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAppInstanceBotsResult> |
AbstractAmazonChimeSDKIdentityAsync.listAppInstanceBotsAsync(ListAppInstanceBotsRequest request,
AsyncHandler<ListAppInstanceBotsRequest,ListAppInstanceBotsResult> asyncHandler) |
Future<ListAppInstanceBotsResult> |
AmazonChimeSDKIdentityAsyncClient.listAppInstanceBotsAsync(ListAppInstanceBotsRequest request,
AsyncHandler<ListAppInstanceBotsRequest,ListAppInstanceBotsResult> asyncHandler) |
Future<ListAppInstanceBotsResult> |
AmazonChimeSDKIdentityAsync.listAppInstanceBotsAsync(ListAppInstanceBotsRequest listAppInstanceBotsRequest,
AsyncHandler<ListAppInstanceBotsRequest,ListAppInstanceBotsResult> asyncHandler)
Lists all
AppInstanceBots created under a single AppInstance. |
| Modifier and Type | Method and Description |
|---|---|
ListAppInstanceBotsRequest |
ListAppInstanceBotsRequest.clone() |
ListAppInstanceBotsRequest |
ListAppInstanceBotsRequest.withAppInstanceArn(String appInstanceArn)
The ARN of the
AppInstance. |
ListAppInstanceBotsRequest |
ListAppInstanceBotsRequest.withMaxResults(Integer maxResults)
The maximum number of requests to return.
|
ListAppInstanceBotsRequest |
ListAppInstanceBotsRequest.withNextToken(String nextToken)
The token passed by previous API calls until all requested bots are returned.
|
Copyright © 2025. All rights reserved.