Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.CreateBotAliasResponse
-
Packages that use CreateBotAliasResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of CreateBotAliasResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return CreateBotAliasResponse Modifier and Type Method Description default CreateBotAliasResponseLexModelsV2Client. createBotAlias(Consumer<CreateBotAliasRequest.Builder> createBotAliasRequest)Creates an alias for the specified version of a bot.default CreateBotAliasResponseLexModelsV2Client. createBotAlias(CreateBotAliasRequest createBotAliasRequest)Creates an alias for the specified version of a bot.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type CreateBotAliasResponse Modifier and Type Method Description default CompletableFuture<CreateBotAliasResponse>LexModelsV2AsyncClient. createBotAlias(Consumer<CreateBotAliasRequest.Builder> createBotAliasRequest)Creates an alias for the specified version of a bot.default CompletableFuture<CreateBotAliasResponse>LexModelsV2AsyncClient. createBotAlias(CreateBotAliasRequest createBotAliasRequest)Creates an alias for the specified version of a bot.
-