| 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 |
| Modifier and Type | Method and Description |
|---|---|
default GetPropertyValueResponse |
IoTTwinMakerClient.getPropertyValue(Consumer<GetPropertyValueRequest.Builder> getPropertyValueRequest)
Gets the property values for a component, component type, entity, or workspace.
|
default CompletableFuture<GetPropertyValueResponse> |
IoTTwinMakerAsyncClient.getPropertyValue(Consumer<GetPropertyValueRequest.Builder> getPropertyValueRequest)
Gets the property values for a component, component type, entity, or workspace.
|
default GetPropertyValueIterable |
IoTTwinMakerClient.getPropertyValuePaginator(Consumer<GetPropertyValueRequest.Builder> getPropertyValueRequest)
Gets the property values for a component, component type, entity, or workspace.
|
default GetPropertyValuePublisher |
IoTTwinMakerAsyncClient.getPropertyValuePaginator(Consumer<GetPropertyValueRequest.Builder> getPropertyValueRequest)
Gets the property values for a component, component type, entity, or workspace.
|
| Modifier and Type | Method and Description |
|---|---|
static GetPropertyValueRequest.Builder |
GetPropertyValueRequest.builder() |
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.componentName(String componentName)
The name of the component whose property values the operation returns.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.componentTypeId(String componentTypeId)
The ID of the component type whose property values the operation returns.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.entityId(String entityId)
The ID of the entity whose property values the operation returns.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.nextToken(String nextToken)
The string that specifies the next page of results.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.propertyGroupName(String propertyGroupName)
The property group name.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.selectedProperties(Collection<String> selectedProperties)
The properties whose values the operation returns.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.selectedProperties(String... selectedProperties)
The properties whose values the operation returns.
|
default GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.tabularConditions(Consumer<TabularConditions.Builder> tabularConditions)
The tabular conditions.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.tabularConditions(TabularConditions tabularConditions)
The tabular conditions.
|
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.toBuilder() |
GetPropertyValueRequest.Builder |
GetPropertyValueRequest.Builder.workspaceId(String workspaceId)
The ID of the workspace whose values the operation returns.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPropertyValueRequest.Builder> |
GetPropertyValueRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.