| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker |
IoT TwinMaker is a service that enables you to build operational digital twins of physical systems.
|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPropertyValueResult> |
AbstractAWSIoTTwinMakerAsync.getPropertyValueAsync(GetPropertyValueRequest request,
AsyncHandler<GetPropertyValueRequest,GetPropertyValueResult> asyncHandler) |
Future<GetPropertyValueResult> |
AWSIoTTwinMakerAsync.getPropertyValueAsync(GetPropertyValueRequest getPropertyValueRequest,
AsyncHandler<GetPropertyValueRequest,GetPropertyValueResult> asyncHandler)
Gets the property values for a component, component type, entity, or workspace.
|
Future<GetPropertyValueResult> |
AWSIoTTwinMakerAsyncClient.getPropertyValueAsync(GetPropertyValueRequest request,
AsyncHandler<GetPropertyValueRequest,GetPropertyValueResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetPropertyValueRequest |
GetPropertyValueRequest.clone() |
GetPropertyValueRequest |
GetPropertyValueRequest.withComponentName(String componentName)
The name of the component whose property values the operation returns.
|
GetPropertyValueRequest |
GetPropertyValueRequest.withComponentTypeId(String componentTypeId)
The ID of the component type whose property values the operation returns.
|
GetPropertyValueRequest |
GetPropertyValueRequest.withEntityId(String entityId)
The ID of the entity whose property values the operation returns.
|
GetPropertyValueRequest |
GetPropertyValueRequest.withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
GetPropertyValueRequest |
GetPropertyValueRequest.withNextToken(String nextToken)
The string that specifies the next page of results.
|
GetPropertyValueRequest |
GetPropertyValueRequest.withPropertyGroupName(String propertyGroupName)
The property group name.
|
GetPropertyValueRequest |
GetPropertyValueRequest.withSelectedProperties(Collection<String> selectedProperties)
The properties whose values the operation returns.
|
GetPropertyValueRequest |
GetPropertyValueRequest.withSelectedProperties(String... selectedProperties)
The properties whose values the operation returns.
|
GetPropertyValueRequest |
GetPropertyValueRequest.withTabularConditions(TabularConditions tabularConditions)
The tabular conditions.
|
GetPropertyValueRequest |
GetPropertyValueRequest.withWorkspaceId(String workspaceId)
The ID of the workspace whose values the operation returns.
|
Copyright © 2023. All rights reserved.