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