| 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 |
|---|---|
StartBulkDeploymentResult |
AWSGreengrassClient.startBulkDeployment(StartBulkDeploymentRequest request)
Deploys multiple groups in one operation.
|
StartBulkDeploymentResult |
AbstractAWSGreengrass.startBulkDeployment(StartBulkDeploymentRequest request) |
StartBulkDeploymentResult |
AWSGreengrass.startBulkDeployment(StartBulkDeploymentRequest startBulkDeploymentRequest)
Deploys multiple groups in one operation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartBulkDeploymentResult> |
AWSGreengrassAsyncClient.startBulkDeploymentAsync(StartBulkDeploymentRequest request,
AsyncHandler<StartBulkDeploymentRequest,StartBulkDeploymentResult> asyncHandler) |
Future<StartBulkDeploymentResult> |
AbstractAWSGreengrassAsync.startBulkDeploymentAsync(StartBulkDeploymentRequest request,
AsyncHandler<StartBulkDeploymentRequest,StartBulkDeploymentResult> asyncHandler) |
Future<StartBulkDeploymentResult> |
AWSGreengrassAsync.startBulkDeploymentAsync(StartBulkDeploymentRequest startBulkDeploymentRequest,
AsyncHandler<StartBulkDeploymentRequest,StartBulkDeploymentResult> asyncHandler)
Deploys multiple groups in one operation.
|
| Modifier and Type | Method and Description |
|---|---|
StartBulkDeploymentResult |
StartBulkDeploymentResult.clone() |
StartBulkDeploymentResult |
StartBulkDeploymentResult.withBulkDeploymentArn(String bulkDeploymentArn)
The ARN of the bulk deployment.
|
StartBulkDeploymentResult |
StartBulkDeploymentResult.withBulkDeploymentId(String bulkDeploymentId)
The ID of the bulk deployment.
|
Copyright © 2023. All rights reserved.