Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.ListPropertiesRequest.Builder
Packages that use ListPropertiesRequest.Builder
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of ListPropertiesRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type ListPropertiesRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListPropertiesResponse>IoTTwinMakerAsyncClient.listProperties(Consumer<ListPropertiesRequest.Builder> listPropertiesRequest) This API lists the properties of a component.default ListPropertiesResponseIoTTwinMakerClient.listProperties(Consumer<ListPropertiesRequest.Builder> listPropertiesRequest) This API lists the properties of a component.default ListPropertiesPublisherIoTTwinMakerAsyncClient.listPropertiesPaginator(Consumer<ListPropertiesRequest.Builder> listPropertiesRequest) This is a variant ofIoTTwinMakerAsyncClient.listProperties(software.amazon.awssdk.services.iottwinmaker.model.ListPropertiesRequest)operation.default ListPropertiesIterableIoTTwinMakerClient.listPropertiesPaginator(Consumer<ListPropertiesRequest.Builder> listPropertiesRequest) This is a variant ofIoTTwinMakerClient.listProperties(software.amazon.awssdk.services.iottwinmaker.model.ListPropertiesRequest)operation. -
Uses of ListPropertiesRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ListPropertiesRequest.BuilderModifier and TypeMethodDescriptionListPropertiesRequest.builder()ListPropertiesRequest.Builder.componentName(String componentName) The name of the component whose properties are returned by the operation.ListPropertiesRequest.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.ListPropertiesRequest.Builder.maxResults(Integer maxResults) The maximum number of results returned at one time.The string that specifies the next page of results.ListPropertiesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListPropertiesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListPropertiesRequest.toBuilder()ListPropertiesRequest.Builder.workspaceId(String workspaceId) The workspace ID.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ListPropertiesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListPropertiesRequest.Builder>ListPropertiesRequest.serializableBuilderClass()