Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.GetBotsRequest.Builder
-
Packages that use GetBotsRequest.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of GetBotsRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding
Method parameters in software.amazon.awssdk.services.lexmodelbuilding with type arguments of type GetBotsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBotsResponse>LexModelBuildingAsyncClient. getBots(Consumer<GetBotsRequest.Builder> getBotsRequest)Returns bot information as follows:default GetBotsResponseLexModelBuildingClient. getBots(Consumer<GetBotsRequest.Builder> getBotsRequest)Returns bot information as follows:default GetBotsPublisherLexModelBuildingAsyncClient. getBotsPaginator(Consumer<GetBotsRequest.Builder> getBotsRequest)This is a variant ofLexModelBuildingAsyncClient.getBots(software.amazon.awssdk.services.lexmodelbuilding.model.GetBotsRequest)operation.default GetBotsIterableLexModelBuildingClient. getBotsPaginator(Consumer<GetBotsRequest.Builder> getBotsRequest)This is a variant ofLexModelBuildingClient.getBots(software.amazon.awssdk.services.lexmodelbuilding.model.GetBotsRequest)operation. -
Uses of GetBotsRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return GetBotsRequest.Builder Modifier and Type Method Description static GetBotsRequest.BuilderGetBotsRequest. builder()GetBotsRequest.BuilderGetBotsRequest.Builder. maxResults(Integer maxResults)The maximum number of bots to return in the response that the request will return.GetBotsRequest.BuilderGetBotsRequest.Builder. nameContains(String nameContains)Substring to match in bot names.GetBotsRequest.BuilderGetBotsRequest.Builder. nextToken(String nextToken)A pagination token that fetches the next page of bots.GetBotsRequest.BuilderGetBotsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBotsRequest.BuilderGetBotsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBotsRequest.BuilderGetBotsRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type GetBotsRequest.Builder Modifier and Type Method Description static Class<? extends GetBotsRequest.Builder>GetBotsRequest. serializableBuilderClass()
-