Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.DeleteSlotTypeRequest.Builder
-
Packages that use DeleteSlotTypeRequest.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of DeleteSlotTypeRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding
Method parameters in software.amazon.awssdk.services.lexmodelbuilding with type arguments of type DeleteSlotTypeRequest.Builder 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 DeleteSlotTypeResponseLexModelBuildingClient. deleteSlotType(Consumer<DeleteSlotTypeRequest.Builder> deleteSlotTypeRequest)Deletes all versions of the slot type, including the$LATESTversion. -
Uses of DeleteSlotTypeRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return DeleteSlotTypeRequest.Builder Modifier and Type Method Description static DeleteSlotTypeRequest.BuilderDeleteSlotTypeRequest. builder()DeleteSlotTypeRequest.BuilderDeleteSlotTypeRequest.Builder. name(String name)The name of the slot type.DeleteSlotTypeRequest.BuilderDeleteSlotTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteSlotTypeRequest.BuilderDeleteSlotTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteSlotTypeRequest.BuilderDeleteSlotTypeRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type DeleteSlotTypeRequest.Builder Modifier and Type Method Description static Class<? extends DeleteSlotTypeRequest.Builder>DeleteSlotTypeRequest. serializableBuilderClass()
-