| 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 |
|---|---|
CreateSoftwareUpdateJobResult |
AWSGreengrass.createSoftwareUpdateJob(CreateSoftwareUpdateJobRequest createSoftwareUpdateJobRequest)
Creates an Iot Job that will trigger your Greengrass Cores to update the software they are running.
|
CreateSoftwareUpdateJobResult |
AWSGreengrassClient.createSoftwareUpdateJob(CreateSoftwareUpdateJobRequest request)
Creates an Iot Job that will trigger your Greengrass Cores to update the software they are running.
|
CreateSoftwareUpdateJobResult |
AbstractAWSGreengrass.createSoftwareUpdateJob(CreateSoftwareUpdateJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSoftwareUpdateJobResult> |
AbstractAWSGreengrassAsync.createSoftwareUpdateJobAsync(CreateSoftwareUpdateJobRequest request,
AsyncHandler<CreateSoftwareUpdateJobRequest,CreateSoftwareUpdateJobResult> asyncHandler) |
Future<CreateSoftwareUpdateJobResult> |
AWSGreengrassAsyncClient.createSoftwareUpdateJobAsync(CreateSoftwareUpdateJobRequest request,
AsyncHandler<CreateSoftwareUpdateJobRequest,CreateSoftwareUpdateJobResult> asyncHandler) |
Future<CreateSoftwareUpdateJobResult> |
AWSGreengrassAsync.createSoftwareUpdateJobAsync(CreateSoftwareUpdateJobRequest createSoftwareUpdateJobRequest,
AsyncHandler<CreateSoftwareUpdateJobRequest,CreateSoftwareUpdateJobResult> asyncHandler)
Creates an Iot Job that will trigger your Greengrass Cores to update the software they are running.
|
| 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.
|
Copyright © 2018. All rights reserved.