| 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<ListDeviceDefinitionVersionsResult> |
AWSGreengrassAsyncClient.listDeviceDefinitionVersionsAsync(ListDeviceDefinitionVersionsRequest request,
AsyncHandler<ListDeviceDefinitionVersionsRequest,ListDeviceDefinitionVersionsResult> asyncHandler) |
Future<ListDeviceDefinitionVersionsResult> |
AbstractAWSGreengrassAsync.listDeviceDefinitionVersionsAsync(ListDeviceDefinitionVersionsRequest request,
AsyncHandler<ListDeviceDefinitionVersionsRequest,ListDeviceDefinitionVersionsResult> asyncHandler) |
Future<ListDeviceDefinitionVersionsResult> |
AWSGreengrassAsync.listDeviceDefinitionVersionsAsync(ListDeviceDefinitionVersionsRequest listDeviceDefinitionVersionsRequest,
AsyncHandler<ListDeviceDefinitionVersionsRequest,ListDeviceDefinitionVersionsResult> asyncHandler)
Lists the versions of a device definition.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeviceDefinitionVersionsRequest |
ListDeviceDefinitionVersionsRequest.clone() |
ListDeviceDefinitionVersionsRequest |
ListDeviceDefinitionVersionsRequest.withDeviceDefinitionId(String deviceDefinitionId)
The ID of the device definition.
|
ListDeviceDefinitionVersionsRequest |
ListDeviceDefinitionVersionsRequest.withMaxResults(String maxResults)
The maximum number of results to be returned per request.
|
ListDeviceDefinitionVersionsRequest |
ListDeviceDefinitionVersionsRequest.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
Copyright © 2023. All rights reserved.