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