Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.GetPropertyValueRequest.Builder
Packages that use GetPropertyValueRequest.Builder
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of GetPropertyValueRequest.Builder in software.amazon.awssdk.services.iottwinmaker
Method parameters in software.amazon.awssdk.services.iottwinmaker with type arguments of type GetPropertyValueRequest.BuilderModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.getPropertyValue(Consumer<GetPropertyValueRequest.Builder> getPropertyValueRequest) Gets the property values for a component, component type, entity, or workspace.default GetPropertyValueResponseIoTTwinMakerClient.getPropertyValue(Consumer<GetPropertyValueRequest.Builder> getPropertyValueRequest) Gets the property values for a component, component type, entity, or workspace.default GetPropertyValuePublisherIoTTwinMakerAsyncClient.getPropertyValuePaginator(Consumer<GetPropertyValueRequest.Builder> getPropertyValueRequest) This is a variant ofIoTTwinMakerAsyncClient.getPropertyValue(software.amazon.awssdk.services.iottwinmaker.model.GetPropertyValueRequest)operation.default GetPropertyValueIterableIoTTwinMakerClient.getPropertyValuePaginator(Consumer<GetPropertyValueRequest.Builder> getPropertyValueRequest) This is a variant ofIoTTwinMakerClient.getPropertyValue(software.amazon.awssdk.services.iottwinmaker.model.GetPropertyValueRequest)operation. -
Uses of GetPropertyValueRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return GetPropertyValueRequest.BuilderModifier and TypeMethodDescriptionGetPropertyValueRequest.builder()GetPropertyValueRequest.Builder.componentName(String componentName) The name of the component whose property values the operation returns.GetPropertyValueRequest.Builder.componentPath(String componentPath) This string specifies the path to the composite component, starting from the top-level component.GetPropertyValueRequest.Builder.componentTypeId(String componentTypeId) The ID of the component type whose property values the operation returns.The ID of the entity whose property values the operation returns.GetPropertyValueRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return at one time.The string that specifies the next page of results.GetPropertyValueRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetPropertyValueRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetPropertyValueRequest.Builder.propertyGroupName(String propertyGroupName) The property group name.GetPropertyValueRequest.Builder.selectedProperties(String... selectedProperties) The properties whose values the operation returns.GetPropertyValueRequest.Builder.selectedProperties(Collection<String> selectedProperties) The properties whose values the operation returns.default GetPropertyValueRequest.BuilderGetPropertyValueRequest.Builder.tabularConditions(Consumer<TabularConditions.Builder> tabularConditions) The tabular conditions.GetPropertyValueRequest.Builder.tabularConditions(TabularConditions tabularConditions) The tabular conditions.GetPropertyValueRequest.toBuilder()GetPropertyValueRequest.Builder.workspaceId(String workspaceId) The ID of the workspace whose values the operation returns.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type GetPropertyValueRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetPropertyValueRequest.Builder>GetPropertyValueRequest.serializableBuilderClass()