| 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 |
|---|---|
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)
The client token used to request idempotent operations.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withDeploymentId(String deploymentId)
Id of the deployment if you wish to redeploy a previous deployment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withDeploymentType(DeploymentType deploymentType)
Type of deployment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withDeploymentType(String deploymentType)
Type of deployment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withGroupId(String groupId)
The unique Id of the AWS Greengrass Group
|
CreateDeploymentRequest |
CreateDeploymentRequest.withGroupVersionId(String groupVersionId)
Group Version you wish to deploy.
|
Copyright © 2018. All rights reserved.