| 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<StartBulkDeploymentResult> |
AbstractAWSGreengrassAsync.startBulkDeploymentAsync(StartBulkDeploymentRequest request,
AsyncHandler<StartBulkDeploymentRequest,StartBulkDeploymentResult> asyncHandler) |
Future<StartBulkDeploymentResult> |
AWSGreengrassAsyncClient.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 |
|---|---|
StartBulkDeploymentRequest |
StartBulkDeploymentRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartBulkDeploymentRequest |
StartBulkDeploymentRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
StartBulkDeploymentRequest |
StartBulkDeploymentRequest.clone() |
StartBulkDeploymentRequest |
StartBulkDeploymentRequest.withAmznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
StartBulkDeploymentRequest |
StartBulkDeploymentRequest.withExecutionRoleArn(String executionRoleArn)
The ARN of the execution role to associate with the bulk deployment operation.
|
StartBulkDeploymentRequest |
StartBulkDeploymentRequest.withInputFileUri(String inputFileUri)
The URI of the input file contained in the S3 bucket.
|
StartBulkDeploymentRequest |
StartBulkDeploymentRequest.withTags(Map<String,String> tags)
Tag(s) to add to the new resource.
|
Copyright © 2022. All rights reserved.