Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.ListPropertiesRequest.Builder
-
Packages that use ListPropertiesRequest.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 ListPropertiesRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type ListPropertiesRequest.Builder Modifier and Type Method Description default 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 API lists the properties of a component.default ListPropertiesIterableIoTTwinMakerClient. listPropertiesPaginator(Consumer<ListPropertiesRequest.Builder> listPropertiesRequest)This API lists the properties of a component. -
Uses of ListPropertiesRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return ListPropertiesRequest.Builder Modifier and Type Method Description static ListPropertiesRequest.BuilderListPropertiesRequest. builder()ListPropertiesRequest.BuilderListPropertiesRequest.Builder. componentName(String componentName)The name of the component whose properties are returned by the operation.ListPropertiesRequest.BuilderListPropertiesRequest.Builder. componentPath(String componentPath)This string specifies the path to the composite component, starting from the top-level component.ListPropertiesRequest.BuilderListPropertiesRequest.Builder. entityId(String entityId)The ID for the entity whose metadata (component/properties) is returned by the operation.ListPropertiesRequest.BuilderListPropertiesRequest.Builder. maxResults(Integer maxResults)The maximum number of results returned at one time.ListPropertiesRequest.BuilderListPropertiesRequest.Builder. nextToken(String nextToken)The string that specifies the next page of results.ListPropertiesRequest.BuilderListPropertiesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPropertiesRequest.BuilderListPropertiesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPropertiesRequest.BuilderListPropertiesRequest. toBuilder()ListPropertiesRequest.BuilderListPropertiesRequest.Builder. workspaceId(String workspaceId)The workspace ID.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ListPropertiesRequest.Builder Modifier and Type Method Description static Class<? extends ListPropertiesRequest.Builder>ListPropertiesRequest. serializableBuilderClass()
-