Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.GetBotVersionsRequest.Builder
-
Packages that use GetBotVersionsRequest.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of GetBotVersionsRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding
Method parameters in software.amazon.awssdk.services.lexmodelbuilding with type arguments of type GetBotVersionsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBotVersionsResponse>LexModelBuildingAsyncClient. getBotVersions(Consumer<GetBotVersionsRequest.Builder> getBotVersionsRequest)Gets information about all of the versions of a bot.default GetBotVersionsResponseLexModelBuildingClient. getBotVersions(Consumer<GetBotVersionsRequest.Builder> getBotVersionsRequest)Gets information about all of the versions of a bot.default GetBotVersionsPublisherLexModelBuildingAsyncClient. getBotVersionsPaginator(Consumer<GetBotVersionsRequest.Builder> getBotVersionsRequest)Gets information about all of the versions of a bot.default GetBotVersionsIterableLexModelBuildingClient. getBotVersionsPaginator(Consumer<GetBotVersionsRequest.Builder> getBotVersionsRequest)Gets information about all of the versions of a bot. -
Uses of GetBotVersionsRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return GetBotVersionsRequest.Builder Modifier and Type Method Description static GetBotVersionsRequest.BuilderGetBotVersionsRequest. builder()GetBotVersionsRequest.BuilderGetBotVersionsRequest.Builder. maxResults(Integer maxResults)The maximum number of bot versions to return in the response.GetBotVersionsRequest.BuilderGetBotVersionsRequest.Builder. name(String name)The name of the bot for which versions should be returned.GetBotVersionsRequest.BuilderGetBotVersionsRequest.Builder. nextToken(String nextToken)A pagination token for fetching the next page of bot versions.GetBotVersionsRequest.BuilderGetBotVersionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBotVersionsRequest.BuilderGetBotVersionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBotVersionsRequest.BuilderGetBotVersionsRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type GetBotVersionsRequest.Builder Modifier and Type Method Description static Class<? extends GetBotVersionsRequest.Builder>GetBotVersionsRequest. serializableBuilderClass()
-