| 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<ListDeviceDefinitionsResult> |
AbstractAWSGreengrassAsync.listDeviceDefinitionsAsync(ListDeviceDefinitionsRequest request,
AsyncHandler<ListDeviceDefinitionsRequest,ListDeviceDefinitionsResult> asyncHandler) |
Future<ListDeviceDefinitionsResult> |
AWSGreengrassAsyncClient.listDeviceDefinitionsAsync(ListDeviceDefinitionsRequest request,
AsyncHandler<ListDeviceDefinitionsRequest,ListDeviceDefinitionsResult> asyncHandler) |
Future<ListDeviceDefinitionsResult> |
AWSGreengrassAsync.listDeviceDefinitionsAsync(ListDeviceDefinitionsRequest listDeviceDefinitionsRequest,
AsyncHandler<ListDeviceDefinitionsRequest,ListDeviceDefinitionsResult> asyncHandler)
Retrieves a list of device definitions.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeviceDefinitionsRequest |
ListDeviceDefinitionsRequest.clone() |
ListDeviceDefinitionsRequest |
ListDeviceDefinitionsRequest.withMaxResults(String maxResults)
Specifies the maximum number of list results to be returned in this page
|
ListDeviceDefinitionsRequest |
ListDeviceDefinitionsRequest.withNextToken(String nextToken)
Specifies the pagination token used when iterating through a paginated request
|
Copyright © 2017. All rights reserved.