Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.GetComponentTypeRequest.Builder
Packages that use GetComponentTypeRequest.Builder
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of GetComponentTypeRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type GetComponentTypeRequest.BuilderModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.getComponentType(Consumer<GetComponentTypeRequest.Builder> getComponentTypeRequest) Retrieves information about a component type.default GetComponentTypeResponseIoTTwinMakerClient.getComponentType(Consumer<GetComponentTypeRequest.Builder> getComponentTypeRequest) Retrieves information about a component type. -
Uses of GetComponentTypeRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return GetComponentTypeRequest.BuilderModifier and TypeMethodDescriptionGetComponentTypeRequest.builder()GetComponentTypeRequest.Builder.componentTypeId(String componentTypeId) The ID of the component type.GetComponentTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetComponentTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetComponentTypeRequest.toBuilder()GetComponentTypeRequest.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 GetComponentTypeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetComponentTypeRequest.Builder>GetComponentTypeRequest.serializableBuilderClass()