Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.DeleteComponentTypeRequest.Builder
Packages that use DeleteComponentTypeRequest.Builder
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of DeleteComponentTypeRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type DeleteComponentTypeRequest.BuilderModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.deleteComponentType(Consumer<DeleteComponentTypeRequest.Builder> deleteComponentTypeRequest) Deletes a component type.default DeleteComponentTypeResponseIoTTwinMakerClient.deleteComponentType(Consumer<DeleteComponentTypeRequest.Builder> deleteComponentTypeRequest) Deletes a component type. -
Uses of DeleteComponentTypeRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return DeleteComponentTypeRequest.BuilderModifier and TypeMethodDescriptionDeleteComponentTypeRequest.builder()DeleteComponentTypeRequest.Builder.componentTypeId(String componentTypeId) The ID of the component type to delete.DeleteComponentTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteComponentTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteComponentTypeRequest.toBuilder()DeleteComponentTypeRequest.Builder.workspaceId(String workspaceId) The ID of the workspace that contains the component type.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type DeleteComponentTypeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteComponentTypeRequest.Builder>DeleteComponentTypeRequest.serializableBuilderClass()