| 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 |
|---|---|
ListDeviceDefinitionVersionsResult |
AbstractAWSGreengrass.listDeviceDefinitionVersions(ListDeviceDefinitionVersionsRequest request) |
ListDeviceDefinitionVersionsResult |
AWSGreengrassClient.listDeviceDefinitionVersions(ListDeviceDefinitionVersionsRequest request)
Lists the versions of a device definition.
|
ListDeviceDefinitionVersionsResult |
AWSGreengrass.listDeviceDefinitionVersions(ListDeviceDefinitionVersionsRequest listDeviceDefinitionVersionsRequest)
Lists the versions of a device definition.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListDeviceDefinitionVersionsResult> |
AWSGreengrassAsyncClient.listDeviceDefinitionVersionsAsync(ListDeviceDefinitionVersionsRequest request,
AsyncHandler<ListDeviceDefinitionVersionsRequest,ListDeviceDefinitionVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDeviceDefinitionVersionsResult |
ListDeviceDefinitionVersionsResult.clone() |
ListDeviceDefinitionVersionsResult |
ListDeviceDefinitionVersionsResult.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
ListDeviceDefinitionVersionsResult |
ListDeviceDefinitionVersionsResult.withVersions(Collection<VersionInformation> versions)
Information about a version.
|
ListDeviceDefinitionVersionsResult |
ListDeviceDefinitionVersionsResult.withVersions(VersionInformation... versions)
Information about a version.
|
Copyright © 2023. All rights reserved.