| Package | Description |
|---|---|
| com.amazonaws.services.greengrass |
AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate,
while still using the cloud for management, analytics, and durable storage.
|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
GetDeviceDefinitionVersionResult |
AbstractAWSGreengrass.getDeviceDefinitionVersion(GetDeviceDefinitionVersionRequest request) |
GetDeviceDefinitionVersionResult |
AWSGreengrassClient.getDeviceDefinitionVersion(GetDeviceDefinitionVersionRequest request)
Retrieves information about a device definition version.
|
GetDeviceDefinitionVersionResult |
AWSGreengrass.getDeviceDefinitionVersion(GetDeviceDefinitionVersionRequest getDeviceDefinitionVersionRequest)
Retrieves information about a device definition version.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeviceDefinitionVersionResult> |
AbstractAWSGreengrassAsync.getDeviceDefinitionVersionAsync(GetDeviceDefinitionVersionRequest request,
AsyncHandler<GetDeviceDefinitionVersionRequest,GetDeviceDefinitionVersionResult> asyncHandler) |
Future<GetDeviceDefinitionVersionResult> |
AWSGreengrassAsync.getDeviceDefinitionVersionAsync(GetDeviceDefinitionVersionRequest getDeviceDefinitionVersionRequest,
AsyncHandler<GetDeviceDefinitionVersionRequest,GetDeviceDefinitionVersionResult> asyncHandler)
Retrieves information about a device definition version.
|
Future<GetDeviceDefinitionVersionResult> |
AWSGreengrassAsyncClient.getDeviceDefinitionVersionAsync(GetDeviceDefinitionVersionRequest request,
AsyncHandler<GetDeviceDefinitionVersionRequest,GetDeviceDefinitionVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDeviceDefinitionVersionResult |
GetDeviceDefinitionVersionResult.clone() |
GetDeviceDefinitionVersionResult |
GetDeviceDefinitionVersionResult.withArn(String arn)
The ARN of the device definition version.
|
GetDeviceDefinitionVersionResult |
GetDeviceDefinitionVersionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the device definition version was created.
|
GetDeviceDefinitionVersionResult |
GetDeviceDefinitionVersionResult.withDefinition(DeviceDefinitionVersion definition)
Information about the device definition version.
|
GetDeviceDefinitionVersionResult |
GetDeviceDefinitionVersionResult.withId(String id)
The ID of the device definition version.
|
GetDeviceDefinitionVersionResult |
GetDeviceDefinitionVersionResult.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
GetDeviceDefinitionVersionResult |
GetDeviceDefinitionVersionResult.withVersion(String version)
The version of the device definition version.
|
Copyright © 2021. All rights reserved.