| 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 |
|---|---|
CreateDeviceDefinitionVersionResult |
AWSGreengrassClient.createDeviceDefinitionVersion(CreateDeviceDefinitionVersionRequest request)
Creates a version of a device definition that has already been defined.
|
CreateDeviceDefinitionVersionResult |
AbstractAWSGreengrass.createDeviceDefinitionVersion(CreateDeviceDefinitionVersionRequest request) |
CreateDeviceDefinitionVersionResult |
AWSGreengrass.createDeviceDefinitionVersion(CreateDeviceDefinitionVersionRequest createDeviceDefinitionVersionRequest)
Creates a version of a device definition that has already been defined.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeviceDefinitionVersionResult |
CreateDeviceDefinitionVersionResult.clone() |
CreateDeviceDefinitionVersionResult |
CreateDeviceDefinitionVersionResult.withArn(String arn)
The ARN of the version.
|
CreateDeviceDefinitionVersionResult |
CreateDeviceDefinitionVersionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the version was created.
|
CreateDeviceDefinitionVersionResult |
CreateDeviceDefinitionVersionResult.withId(String id)
The ID of the parent definition that the version is associated with.
|
CreateDeviceDefinitionVersionResult |
CreateDeviceDefinitionVersionResult.withVersion(String version)
The ID of the version.
|
Copyright © 2024. All rights reserved.