| 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 |
|---|---|
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.
|
Future<GetDeviceDefinitionVersionResult> |
AbstractAWSGreengrassAsync.getDeviceDefinitionVersionAsync(GetDeviceDefinitionVersionRequest request,
AsyncHandler<GetDeviceDefinitionVersionRequest,GetDeviceDefinitionVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDeviceDefinitionVersionRequest |
GetDeviceDefinitionVersionRequest.clone() |
GetDeviceDefinitionVersionRequest |
GetDeviceDefinitionVersionRequest.withDeviceDefinitionId(String deviceDefinitionId)
The ID of the device definition.
|
GetDeviceDefinitionVersionRequest |
GetDeviceDefinitionVersionRequest.withDeviceDefinitionVersionId(String deviceDefinitionVersionId)
The ID of the device definition version.
|
GetDeviceDefinitionVersionRequest |
GetDeviceDefinitionVersionRequest.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
Copyright © 2024. All rights reserved.