| 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 |
|---|---|
Future<CreateDeploymentResult> |
AbstractAWSGreengrassAsync.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Future<CreateDeploymentResult> |
AWSGreengrassAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Future<CreateDeploymentResult> |
AWSGreengrassAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Creates a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRequest |
CreateDeploymentRequest.clone() |
CreateDeploymentRequest |
CreateDeploymentRequest.withAmznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withDeploymentId(String deploymentId)
The ID of the deployment if you wish to redeploy a previous deployment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withDeploymentType(DeploymentType deploymentType)
The type of deployment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withDeploymentType(String deploymentType)
The type of deployment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withGroupId(String groupId)
The ID of the Greengrass group.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withGroupVersionId(String groupVersionId)
The ID of the group version to be deployed.
|
Copyright © 2020. All rights reserved.