| Package | Description |
|---|---|
| com.amazonaws.services.greengrass |
AWS 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 |
AWSGreengrass.getDeviceDefinitionVersion(GetDeviceDefinitionVersionRequest getDeviceDefinitionVersionRequest)
Retrieves information about a device definition version.
|
GetDeviceDefinitionVersionResult |
AWSGreengrassClient.getDeviceDefinitionVersion(GetDeviceDefinitionVersionRequest request)
Retrieves information about a device definition version.
|
GetDeviceDefinitionVersionResult |
AbstractAWSGreengrass.getDeviceDefinitionVersion(GetDeviceDefinitionVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeviceDefinitionVersionResult> |
AbstractAWSGreengrassAsync.getDeviceDefinitionVersionAsync(GetDeviceDefinitionVersionRequest request,
AsyncHandler<GetDeviceDefinitionVersionRequest,GetDeviceDefinitionVersionResult> asyncHandler) |
Future<GetDeviceDefinitionVersionResult> |
AWSGreengrassAsyncClient.getDeviceDefinitionVersionAsync(GetDeviceDefinitionVersionRequest request,
AsyncHandler<GetDeviceDefinitionVersionRequest,GetDeviceDefinitionVersionResult> asyncHandler) |
Future<GetDeviceDefinitionVersionResult> |
AWSGreengrassAsync.getDeviceDefinitionVersionAsync(GetDeviceDefinitionVersionRequest getDeviceDefinitionVersionRequest,
AsyncHandler<GetDeviceDefinitionVersionRequest,GetDeviceDefinitionVersionResult> asyncHandler)
Retrieves information about a device definition version.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeviceDefinitionVersionResult |
GetDeviceDefinitionVersionResult.clone() |
GetDeviceDefinitionVersionResult |
GetDeviceDefinitionVersionResult.withArn(String arn)
Arn of the device definition version.
|
GetDeviceDefinitionVersionResult |
GetDeviceDefinitionVersionResult.withCreationTimestamp(String creationTimestamp)
Timestamp of when the device definition version was created.
|
GetDeviceDefinitionVersionResult |
GetDeviceDefinitionVersionResult.withDefinition(DeviceDefinitionVersion definition)
Device definition version
|
GetDeviceDefinitionVersionResult |
GetDeviceDefinitionVersionResult.withId(String id)
Id of the device definition the version belongs to.
|
GetDeviceDefinitionVersionResult |
GetDeviceDefinitionVersionResult.withVersion(String version)
Version of the device definition version.
|
Copyright © 2018. All rights reserved.