| 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 |
|---|---|
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 |
|---|---|
GetDeviceDefinitionVersionRequest |
GetDeviceDefinitionVersionRequest.clone() |
GetDeviceDefinitionVersionRequest |
GetDeviceDefinitionVersionRequest.withDeviceDefinitionId(String deviceDefinitionId)
device definition Id
|
GetDeviceDefinitionVersionRequest |
GetDeviceDefinitionVersionRequest.withDeviceDefinitionVersionId(String deviceDefinitionVersionId)
device definition version Id
|
Copyright © 2018. All rights reserved.