| 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 |
|---|---|
GetDeviceDefinitionResult |
AWSGreengrass.getDeviceDefinition(GetDeviceDefinitionRequest getDeviceDefinitionRequest)
Retrieves information about a device definition.
|
GetDeviceDefinitionResult |
AWSGreengrassClient.getDeviceDefinition(GetDeviceDefinitionRequest request)
Retrieves information about a device definition.
|
GetDeviceDefinitionResult |
AbstractAWSGreengrass.getDeviceDefinition(GetDeviceDefinitionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeviceDefinitionResult> |
AbstractAWSGreengrassAsync.getDeviceDefinitionAsync(GetDeviceDefinitionRequest request,
AsyncHandler<GetDeviceDefinitionRequest,GetDeviceDefinitionResult> asyncHandler) |
Future<GetDeviceDefinitionResult> |
AWSGreengrassAsyncClient.getDeviceDefinitionAsync(GetDeviceDefinitionRequest request,
AsyncHandler<GetDeviceDefinitionRequest,GetDeviceDefinitionResult> asyncHandler) |
Future<GetDeviceDefinitionResult> |
AWSGreengrassAsync.getDeviceDefinitionAsync(GetDeviceDefinitionRequest getDeviceDefinitionRequest,
AsyncHandler<GetDeviceDefinitionRequest,GetDeviceDefinitionResult> asyncHandler)
Retrieves information about a device definition.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.clone() |
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.withArn(String arn)
Arn of the definition.
|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.withCreationTimestamp(String creationTimestamp)
Timestamp of when the definition was created.
|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.withId(String id)
Id of the definition.
|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
Last updated timestamp of the definition.
|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.withLatestVersion(String latestVersion)
Last version of the definition.
|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.withLatestVersionArn(String latestVersionArn)
Latest version arn of the definition.
|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.withName(String name)
Name of the definition.
|
Copyright © 2017. All rights reserved.