Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.PutSlotTypeRequest
-
Packages that use PutSlotTypeRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of PutSlotTypeRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type PutSlotTypeRequest Modifier and Type Method Description default CompletableFuture<PutSlotTypeResponse>LexModelBuildingAsyncClient. putSlotType(PutSlotTypeRequest putSlotTypeRequest)Creates a custom slot type or replaces an existing custom slot type.default PutSlotTypeResponseLexModelBuildingClient. putSlotType(PutSlotTypeRequest putSlotTypeRequest)Creates a custom slot type or replaces an existing custom slot type. -
Uses of PutSlotTypeRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type PutSlotTypeRequest Modifier and Type Method Description SdkHttpFullRequestPutSlotTypeRequestMarshaller. marshall(PutSlotTypeRequest putSlotTypeRequest)
-