Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetBotRequest
-
Packages that use GetBotRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of GetBotRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type GetBotRequest Modifier and Type Method Description default CompletableFuture<GetBotResponse>LexModelBuildingAsyncClient. getBot(GetBotRequest getBotRequest)Returns metadata information for a specific bot.default GetBotResponseLexModelBuildingClient. getBot(GetBotRequest getBotRequest)Returns metadata information for a specific bot. -
Uses of GetBotRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type GetBotRequest Modifier and Type Method Description SdkHttpFullRequestGetBotRequestMarshaller. marshall(GetBotRequest getBotRequest)
-