Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.DeleteBotVersionRequest
-
Packages that use DeleteBotVersionRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of DeleteBotVersionRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type DeleteBotVersionRequest Modifier and Type Method Description default CompletableFuture<DeleteBotVersionResponse>LexModelBuildingAsyncClient. deleteBotVersion(DeleteBotVersionRequest deleteBotVersionRequest)Deletes a specific version of a bot.default DeleteBotVersionResponseLexModelBuildingClient. deleteBotVersion(DeleteBotVersionRequest deleteBotVersionRequest)Deletes a specific version of a bot. -
Uses of DeleteBotVersionRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type DeleteBotVersionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteBotVersionRequestMarshaller. marshall(DeleteBotVersionRequest deleteBotVersionRequest)
-