| 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 |
|---|---|
GetDeviceDefinitionResult |
AbstractAWSGreengrass.getDeviceDefinition(GetDeviceDefinitionRequest request) |
GetDeviceDefinitionResult |
AWSGreengrassClient.getDeviceDefinition(GetDeviceDefinitionRequest request)
Retrieves information about a device definition.
|
GetDeviceDefinitionResult |
AWSGreengrass.getDeviceDefinition(GetDeviceDefinitionRequest getDeviceDefinitionRequest)
Retrieves information about a device definition.
|
| 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.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.clone() |
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.withArn(String arn)
The ARN of the definition.
|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the definition was created.
|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.withId(String id)
The ID of the definition.
|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the definition was last updated.
|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.withLatestVersion(String latestVersion)
The ID of the latest version associated with the definition.
|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.withLatestVersionArn(String latestVersionArn)
The ARN of the latest version associated with the definition.
|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.withName(String name)
The name of the definition.
|
GetDeviceDefinitionResult |
GetDeviceDefinitionResult.withTags(Map<String,String> tags)
Tag(s) attached to the resource arn.
|
Copyright © 2024. All rights reserved.