Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.ListComponentsRequest.Builder
Packages that use ListComponentsRequest.Builder
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of ListComponentsRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type ListComponentsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListComponentsResponse>IoTTwinMakerAsyncClient.listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest) This API lists the components of an entity.default ListComponentsResponseIoTTwinMakerClient.listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest) This API lists the components of an entity.default ListComponentsPublisherIoTTwinMakerAsyncClient.listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest) This is a variant ofIoTTwinMakerAsyncClient.listComponents(software.amazon.awssdk.services.iottwinmaker.model.ListComponentsRequest)operation.default ListComponentsIterableIoTTwinMakerClient.listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest) This is a variant ofIoTTwinMakerClient.listComponents(software.amazon.awssdk.services.iottwinmaker.model.ListComponentsRequest)operation. -
Uses of ListComponentsRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ListComponentsRequest.BuilderModifier and TypeMethodDescriptionListComponentsRequest.builder()ListComponentsRequest.Builder.componentPath(String componentPath) This string specifies the path to the composite component, starting from the top-level component.The ID for the entity whose metadata (component/properties) is returned by the operation.ListComponentsRequest.Builder.maxResults(Integer maxResults) The maximum number of results returned at one time.The string that specifies the next page of results.ListComponentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListComponentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListComponentsRequest.toBuilder()ListComponentsRequest.Builder.workspaceId(String workspaceId) The workspace ID.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ListComponentsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListComponentsRequest.Builder>ListComponentsRequest.serializableBuilderClass()