| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBotsResponse> |
LexModelBuildingAsyncClient.getBots(Consumer<GetBotsRequest.Builder> getBotsRequest)
Returns bot information as follows:
|
default GetBotsResponse |
LexModelBuildingClient.getBots(Consumer<GetBotsRequest.Builder> getBotsRequest)
Returns bot information as follows:
|
default GetBotsPublisher |
LexModelBuildingAsyncClient.getBotsPaginator(Consumer<GetBotsRequest.Builder> getBotsRequest)
Returns bot information as follows:
|
default GetBotsIterable |
LexModelBuildingClient.getBotsPaginator(Consumer<GetBotsRequest.Builder> getBotsRequest)
Returns bot information as follows:
|
| Modifier and Type | Method and Description |
|---|---|
static GetBotsRequest.Builder |
GetBotsRequest.builder() |
GetBotsRequest.Builder |
GetBotsRequest.Builder.maxResults(Integer maxResults)
The maximum number of bots to return in the response that the request will return.
|
GetBotsRequest.Builder |
GetBotsRequest.Builder.nameContains(String nameContains)
Substring to match in bot names.
|
GetBotsRequest.Builder |
GetBotsRequest.Builder.nextToken(String nextToken)
A pagination token that fetches the next page of bots.
|
GetBotsRequest.Builder |
GetBotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBotsRequest.Builder |
GetBotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBotsRequest.Builder |
GetBotsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBotsRequest.Builder> |
GetBotsRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.