| 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 |
|---|---|
CreateDeviceDefinitionResult |
AbstractAWSGreengrass.createDeviceDefinition(CreateDeviceDefinitionRequest request) |
CreateDeviceDefinitionResult |
AWSGreengrassClient.createDeviceDefinition(CreateDeviceDefinitionRequest request)
Creates a device definition.
|
CreateDeviceDefinitionResult |
AWSGreengrass.createDeviceDefinition(CreateDeviceDefinitionRequest createDeviceDefinitionRequest)
Creates a device definition.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDeviceDefinitionResult> |
AbstractAWSGreengrassAsync.createDeviceDefinitionAsync(CreateDeviceDefinitionRequest request,
AsyncHandler<CreateDeviceDefinitionRequest,CreateDeviceDefinitionResult> asyncHandler) |
Future<CreateDeviceDefinitionResult> |
AWSGreengrassAsyncClient.createDeviceDefinitionAsync(CreateDeviceDefinitionRequest request,
AsyncHandler<CreateDeviceDefinitionRequest,CreateDeviceDefinitionResult> asyncHandler) |
Future<CreateDeviceDefinitionResult> |
AWSGreengrassAsync.createDeviceDefinitionAsync(CreateDeviceDefinitionRequest createDeviceDefinitionRequest,
AsyncHandler<CreateDeviceDefinitionRequest,CreateDeviceDefinitionResult> asyncHandler)
Creates a device definition.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeviceDefinitionResult |
CreateDeviceDefinitionResult.clone() |
CreateDeviceDefinitionResult |
CreateDeviceDefinitionResult.withArn(String arn)
The ARN of the definition.
|
CreateDeviceDefinitionResult |
CreateDeviceDefinitionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the definition was created.
|
CreateDeviceDefinitionResult |
CreateDeviceDefinitionResult.withId(String id)
The ID of the definition.
|
CreateDeviceDefinitionResult |
CreateDeviceDefinitionResult.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the definition was last updated.
|
CreateDeviceDefinitionResult |
CreateDeviceDefinitionResult.withLatestVersion(String latestVersion)
The ID of the latest version associated with the definition.
|
CreateDeviceDefinitionResult |
CreateDeviceDefinitionResult.withLatestVersionArn(String latestVersionArn)
The ARN of the latest version associated with the definition.
|
CreateDeviceDefinitionResult |
CreateDeviceDefinitionResult.withName(String name)
The name of the definition.
|
Copyright © 2023. All rights reserved.