Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.GetComponentTypeRequest.Builder
-
Packages that use GetComponentTypeRequest.Builder Package Description software.amazon.awssdk.services.iottwinmaker IoT TwinMaker is a service with which you can build operational digital twins of physical systems.software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of GetComponentTypeRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type GetComponentTypeRequest.Builder Modifier and Type Method Description default CompletableFuture<GetComponentTypeResponse>IoTTwinMakerAsyncClient. 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.Builder Modifier and Type Method Description static GetComponentTypeRequest.BuilderGetComponentTypeRequest. builder()GetComponentTypeRequest.BuilderGetComponentTypeRequest.Builder. componentTypeId(String componentTypeId)The ID of the component type.GetComponentTypeRequest.BuilderGetComponentTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetComponentTypeRequest.BuilderGetComponentTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetComponentTypeRequest.BuilderGetComponentTypeRequest. toBuilder()GetComponentTypeRequest.BuilderGetComponentTypeRequest.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.Builder Modifier and Type Method Description static Class<? extends GetComponentTypeRequest.Builder>GetComponentTypeRequest. serializableBuilderClass()
-