| 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 |
|---|---|
CreateSoftwareUpdateJobResult |
AbstractAWSGreengrass.createSoftwareUpdateJob(CreateSoftwareUpdateJobRequest request) |
CreateSoftwareUpdateJobResult |
AWSGreengrassClient.createSoftwareUpdateJob(CreateSoftwareUpdateJobRequest request)
Creates a software update for a core or group of cores (specified as an IoT thing group.) Use this to update the
OTA Agent as well as the Greengrass core software.
|
CreateSoftwareUpdateJobResult |
AWSGreengrass.createSoftwareUpdateJob(CreateSoftwareUpdateJobRequest createSoftwareUpdateJobRequest)
Creates a software update for a core or group of cores (specified as an IoT thing group.) Use this to update the
OTA Agent as well as the Greengrass core software.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSoftwareUpdateJobResult> |
AWSGreengrassAsyncClient.createSoftwareUpdateJobAsync(CreateSoftwareUpdateJobRequest request,
AsyncHandler<CreateSoftwareUpdateJobRequest,CreateSoftwareUpdateJobResult> asyncHandler) |
Future<CreateSoftwareUpdateJobResult> |
AWSGreengrassAsync.createSoftwareUpdateJobAsync(CreateSoftwareUpdateJobRequest createSoftwareUpdateJobRequest,
AsyncHandler<CreateSoftwareUpdateJobRequest,CreateSoftwareUpdateJobResult> asyncHandler)
Creates a software update for a core or group of cores (specified as an IoT thing group.) Use this to update the
OTA Agent as well as the Greengrass core software.
|
Future<CreateSoftwareUpdateJobResult> |
AbstractAWSGreengrassAsync.createSoftwareUpdateJobAsync(CreateSoftwareUpdateJobRequest request,
AsyncHandler<CreateSoftwareUpdateJobRequest,CreateSoftwareUpdateJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSoftwareUpdateJobResult |
CreateSoftwareUpdateJobResult.clone() |
CreateSoftwareUpdateJobResult |
CreateSoftwareUpdateJobResult.withIotJobArn(String iotJobArn)
The IoT Job ARN corresponding to this update.
|
CreateSoftwareUpdateJobResult |
CreateSoftwareUpdateJobResult.withIotJobId(String iotJobId)
The IoT Job Id corresponding to this update.
|
CreateSoftwareUpdateJobResult |
CreateSoftwareUpdateJobResult.withPlatformSoftwareVersion(String platformSoftwareVersion)
The software version installed on the device or devices after the update.
|
Copyright © 2023. All rights reserved.