Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.UpdateSlotTypeResponse
-
Packages that use UpdateSlotTypeResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of UpdateSlotTypeResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return UpdateSlotTypeResponse Modifier and Type Method Description default UpdateSlotTypeResponseLexModelsV2Client. updateSlotType(Consumer<UpdateSlotTypeRequest.Builder> updateSlotTypeRequest)Updates the configuration of an existing slot type.default UpdateSlotTypeResponseLexModelsV2Client. updateSlotType(UpdateSlotTypeRequest updateSlotTypeRequest)Updates the configuration of an existing slot type.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type UpdateSlotTypeResponse Modifier and Type Method Description default CompletableFuture<UpdateSlotTypeResponse>LexModelsV2AsyncClient. updateSlotType(Consumer<UpdateSlotTypeRequest.Builder> updateSlotTypeRequest)Updates the configuration of an existing slot type.default CompletableFuture<UpdateSlotTypeResponse>LexModelsV2AsyncClient. updateSlotType(UpdateSlotTypeRequest updateSlotTypeRequest)Updates the configuration of an existing slot type.
-