Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.DeleteSlotTypeRequest
-
Packages that use DeleteSlotTypeRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of DeleteSlotTypeRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type DeleteSlotTypeRequest Modifier and Type Method Description default CompletableFuture<DeleteSlotTypeResponse>LexModelBuildingAsyncClient. deleteSlotType(DeleteSlotTypeRequest deleteSlotTypeRequest)Deletes all versions of the slot type, including the$LATESTversion.default DeleteSlotTypeResponseLexModelBuildingClient. deleteSlotType(DeleteSlotTypeRequest deleteSlotTypeRequest)Deletes all versions of the slot type, including the$LATESTversion. -
Uses of DeleteSlotTypeRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type DeleteSlotTypeRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSlotTypeRequestMarshaller. marshall(DeleteSlotTypeRequest deleteSlotTypeRequest)
-