| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2 |
IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.
|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentResult |
AWSGreengrassV2Client.createDeployment(CreateDeploymentRequest request)
Creates a continuous deployment for a target, which is a Greengrass core device or group of core devices.
|
CreateDeploymentResult |
AbstractAWSGreengrassV2.createDeployment(CreateDeploymentRequest request) |
CreateDeploymentResult |
AWSGreengrassV2.createDeployment(CreateDeploymentRequest createDeploymentRequest)
Creates a continuous deployment for a target, which is a Greengrass core device or group of core devices.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDeploymentResult> |
AbstractAWSGreengrassV2Async.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Future<CreateDeploymentResult> |
AWSGreengrassV2AsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Future<CreateDeploymentResult> |
AWSGreengrassV2Async.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Creates a continuous deployment for a target, which is a Greengrass core device or group of core devices.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentResult |
CreateDeploymentResult.clone() |
CreateDeploymentResult |
CreateDeploymentResult.withDeploymentId(String deploymentId)
The ID of the deployment.
|
CreateDeploymentResult |
CreateDeploymentResult.withIotJobArn(String iotJobArn)
The ARN of the IoT job
that applies the deployment to target devices.
|
CreateDeploymentResult |
CreateDeploymentResult.withIotJobId(String iotJobId)
The ID of the IoT job that applies the deployment to target devices.
|
Copyright © 2024. All rights reserved.