Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.DeleteSlotTypeResponse
-
Packages that use DeleteSlotTypeResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of DeleteSlotTypeResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return DeleteSlotTypeResponse Modifier and Type Method Description default DeleteSlotTypeResponseLexModelBuildingClient. deleteSlotType(Consumer<DeleteSlotTypeRequest.Builder> 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.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type DeleteSlotTypeResponse Modifier and Type Method Description default CompletableFuture<DeleteSlotTypeResponse>LexModelBuildingAsyncClient. deleteSlotType(Consumer<DeleteSlotTypeRequest.Builder> deleteSlotTypeRequest)Deletes all versions of the slot type, including the$LATESTversion.default CompletableFuture<DeleteSlotTypeResponse>LexModelBuildingAsyncClient. deleteSlotType(DeleteSlotTypeRequest deleteSlotTypeRequest)Deletes all versions of the slot type, including the$LATESTversion.
-