Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.UpdateSlotResponse
-
Packages that use UpdateSlotResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of UpdateSlotResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return UpdateSlotResponse Modifier and Type Method Description default UpdateSlotResponseLexModelsV2Client. updateSlot(Consumer<UpdateSlotRequest.Builder> updateSlotRequest)Updates the settings for a slot.default UpdateSlotResponseLexModelsV2Client. updateSlot(UpdateSlotRequest updateSlotRequest)Updates the settings for a slot.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type UpdateSlotResponse Modifier and Type Method Description default CompletableFuture<UpdateSlotResponse>LexModelsV2AsyncClient. updateSlot(Consumer<UpdateSlotRequest.Builder> updateSlotRequest)Updates the settings for a slot.default CompletableFuture<UpdateSlotResponse>LexModelsV2AsyncClient. updateSlot(UpdateSlotRequest updateSlotRequest)Updates the settings for a slot.
-