| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.paginators | |
| software.amazon.awssdk.services.lexmodelbuilding.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBotsResponse> |
LexModelBuildingAsyncClient.getBots(GetBotsRequest getBotsRequest)
Returns bot information as follows:
|
default GetBotsResponse |
LexModelBuildingClient.getBots(GetBotsRequest getBotsRequest)
Returns bot information as follows:
|
default GetBotsPublisher |
LexModelBuildingAsyncClient.getBotsPaginator(GetBotsRequest getBotsRequest)
Returns bot information as follows:
|
default GetBotsIterable |
LexModelBuildingClient.getBotsPaginator(GetBotsRequest getBotsRequest)
Returns bot information as follows:
|
| Constructor and Description |
|---|
GetBotsIterable(LexModelBuildingClient client,
GetBotsRequest firstRequest) |
GetBotsPublisher(LexModelBuildingAsyncClient client,
GetBotsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetBotsRequestMarshaller.marshall(GetBotsRequest getBotsRequest) |
Copyright © 2019. All rights reserved.