Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.ListEntitiesRequest.Builder
Packages that use ListEntitiesRequest.Builder
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of ListEntitiesRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type ListEntitiesRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListEntitiesResponse>IoTTwinMakerAsyncClient.listEntities(Consumer<ListEntitiesRequest.Builder> listEntitiesRequest) Lists all entities in a workspace.default ListEntitiesResponseIoTTwinMakerClient.listEntities(Consumer<ListEntitiesRequest.Builder> listEntitiesRequest) Lists all entities in a workspace.default ListEntitiesPublisherIoTTwinMakerAsyncClient.listEntitiesPaginator(Consumer<ListEntitiesRequest.Builder> listEntitiesRequest) This is a variant ofIoTTwinMakerAsyncClient.listEntities(software.amazon.awssdk.services.iottwinmaker.model.ListEntitiesRequest)operation.default ListEntitiesIterableIoTTwinMakerClient.listEntitiesPaginator(Consumer<ListEntitiesRequest.Builder> listEntitiesRequest) This is a variant ofIoTTwinMakerClient.listEntities(software.amazon.awssdk.services.iottwinmaker.model.ListEntitiesRequest)operation. -
Uses of ListEntitiesRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ListEntitiesRequest.BuilderModifier and TypeMethodDescriptionstatic ListEntitiesRequest.BuilderListEntitiesRequest.builder()ListEntitiesRequest.Builder.filters(Collection<ListEntitiesFilter> filters) A list of objects that filter the request.ListEntitiesRequest.Builder.filters(Consumer<ListEntitiesFilter.Builder>... filters) A list of objects that filter the request.ListEntitiesRequest.Builder.filters(ListEntitiesFilter... filters) A list of objects that filter the request.ListEntitiesRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return at one time.The string that specifies the next page of results.ListEntitiesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListEntitiesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListEntitiesRequest.toBuilder()ListEntitiesRequest.Builder.workspaceId(String workspaceId) The ID of the workspace.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ListEntitiesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListEntitiesRequest.Builder>ListEntitiesRequest.serializableBuilderClass()