| 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 |
|---|---|
CreateDeploymentResult |
AbstractAWSGreengrass.createDeployment(CreateDeploymentRequest request) |
CreateDeploymentResult |
AWSGreengrass.createDeployment(CreateDeploymentRequest createDeploymentRequest)
Creates a deployment.
|
CreateDeploymentResult |
AWSGreengrassClient.createDeployment(CreateDeploymentRequest request)
Creates a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDeploymentResult> |
AbstractAWSGreengrassAsync.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Future<CreateDeploymentResult> |
AWSGreengrassAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Creates a deployment.
|
Future<CreateDeploymentResult> |
AWSGreengrassAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentResult |
CreateDeploymentResult.clone() |
CreateDeploymentResult |
CreateDeploymentResult.withDeploymentArn(String deploymentArn)
The ARN of the deployment.
|
CreateDeploymentResult |
CreateDeploymentResult.withDeploymentId(String deploymentId)
The ID of the deployment.
|
Copyright © 2025. All rights reserved.