Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.PutBotAliasResponse
-
Packages that use PutBotAliasResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of PutBotAliasResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return PutBotAliasResponse Modifier and Type Method Description default PutBotAliasResponseLexModelBuildingClient. putBotAlias(Consumer<PutBotAliasRequest.Builder> putBotAliasRequest)Creates an alias for the specified version of the bot or replaces an alias for the specified bot.default PutBotAliasResponseLexModelBuildingClient. putBotAlias(PutBotAliasRequest putBotAliasRequest)Creates an alias for the specified version of the bot or replaces an alias for the specified bot.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type PutBotAliasResponse Modifier and Type Method Description default CompletableFuture<PutBotAliasResponse>LexModelBuildingAsyncClient. putBotAlias(Consumer<PutBotAliasRequest.Builder> putBotAliasRequest)Creates an alias for the specified version of the bot or replaces an alias for the specified bot.default CompletableFuture<PutBotAliasResponse>LexModelBuildingAsyncClient. putBotAlias(PutBotAliasRequest putBotAliasRequest)Creates an alias for the specified version of the bot or replaces an alias for the specified bot.
-