Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.ListComponentTypesRequest.Builder
-
Packages that use ListComponentTypesRequest.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 ListComponentTypesRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type ListComponentTypesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListComponentTypesResponse>IoTTwinMakerAsyncClient. 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)Lists all component types in a workspace.default ListComponentTypesIterableIoTTwinMakerClient. listComponentTypesPaginator(Consumer<ListComponentTypesRequest.Builder> listComponentTypesRequest)Lists all component types in a workspace. -
Uses of ListComponentTypesRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ListComponentTypesRequest.Builder Modifier and Type Method Description static ListComponentTypesRequest.BuilderListComponentTypesRequest. builder()ListComponentTypesRequest.BuilderListComponentTypesRequest.Builder. filters(Collection<ListComponentTypesFilter> filters)A list of objects that filter the request.ListComponentTypesRequest.BuilderListComponentTypesRequest.Builder. filters(Consumer<ListComponentTypesFilter.Builder>... filters)A list of objects that filter the request.ListComponentTypesRequest.BuilderListComponentTypesRequest.Builder. filters(ListComponentTypesFilter... filters)A list of objects that filter the request.ListComponentTypesRequest.BuilderListComponentTypesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return at one time.ListComponentTypesRequest.BuilderListComponentTypesRequest.Builder. nextToken(String nextToken)The string that specifies the next page of results.ListComponentTypesRequest.BuilderListComponentTypesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListComponentTypesRequest.BuilderListComponentTypesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListComponentTypesRequest.BuilderListComponentTypesRequest. toBuilder()ListComponentTypesRequest.BuilderListComponentTypesRequest.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.Builder Modifier and Type Method Description static Class<? extends ListComponentTypesRequest.Builder>ListComponentTypesRequest. serializableBuilderClass()
-