Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.ListComponentTypesRequest.Builder
Packages that use ListComponentTypesRequest.Builder
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of ListComponentTypesRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type ListComponentTypesRequest.BuilderModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.listComponentTypes(Consumer<ListComponentTypesRequest.Builder> listComponentTypesRequest) Lists all component types in a workspace.default ListComponentTypesResponseIoTTwinMakerClient.listComponentTypes(Consumer<ListComponentTypesRequest.Builder> listComponentTypesRequest) Lists all component types in a workspace.default ListComponentTypesPublisherIoTTwinMakerAsyncClient.listComponentTypesPaginator(Consumer<ListComponentTypesRequest.Builder> listComponentTypesRequest) This is a variant ofIoTTwinMakerAsyncClient.listComponentTypes(software.amazon.awssdk.services.iottwinmaker.model.ListComponentTypesRequest)operation.default ListComponentTypesIterableIoTTwinMakerClient.listComponentTypesPaginator(Consumer<ListComponentTypesRequest.Builder> listComponentTypesRequest) This is a variant ofIoTTwinMakerClient.listComponentTypes(software.amazon.awssdk.services.iottwinmaker.model.ListComponentTypesRequest)operation. -
Uses of ListComponentTypesRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ListComponentTypesRequest.BuilderModifier and TypeMethodDescriptionListComponentTypesRequest.builder()ListComponentTypesRequest.Builder.filters(Collection<ListComponentTypesFilter> filters) A list of objects that filter the request.ListComponentTypesRequest.Builder.filters(Consumer<ListComponentTypesFilter.Builder>... filters) A list of objects that filter the request.ListComponentTypesRequest.Builder.filters(ListComponentTypesFilter... filters) A list of objects that filter the request.ListComponentTypesRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return at one time.The string that specifies the next page of results.ListComponentTypesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListComponentTypesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListComponentTypesRequest.toBuilder()ListComponentTypesRequest.Builder.workspaceId(String workspaceId) The ID of the workspace.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ListComponentTypesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListComponentTypesRequest.Builder>ListComponentTypesRequest.serializableBuilderClass()