| 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<ListDeviceDefinitionVersionsResult> |
AbstractAWSGreengrassAsync.listDeviceDefinitionVersionsAsync(ListDeviceDefinitionVersionsRequest request,
AsyncHandler<ListDeviceDefinitionVersionsRequest,ListDeviceDefinitionVersionsResult> asyncHandler) |
Future<ListDeviceDefinitionVersionsResult> |
AWSGreengrassAsyncClient.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)
device definition Id
|
ListDeviceDefinitionVersionsRequest |
ListDeviceDefinitionVersionsRequest.withMaxResults(String maxResults)
Specifies the maximum number of list results to be returned in this page
|
ListDeviceDefinitionVersionsRequest |
ListDeviceDefinitionVersionsRequest.withNextToken(String nextToken)
Specifies the pagination token used when iterating through a paginated request
|
Copyright © 2018. All rights reserved.