| 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 |
|---|---|
GetBulkDeploymentStatusResult |
AWSGreengrassClient.getBulkDeploymentStatus(GetBulkDeploymentStatusRequest request)
Returns the status of a bulk deployment.
|
GetBulkDeploymentStatusResult |
AWSGreengrass.getBulkDeploymentStatus(GetBulkDeploymentStatusRequest getBulkDeploymentStatusRequest)
Returns the status of a bulk deployment.
|
GetBulkDeploymentStatusResult |
AbstractAWSGreengrass.getBulkDeploymentStatus(GetBulkDeploymentStatusRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetBulkDeploymentStatusResult> |
AWSGreengrassAsyncClient.getBulkDeploymentStatusAsync(GetBulkDeploymentStatusRequest request,
AsyncHandler<GetBulkDeploymentStatusRequest,GetBulkDeploymentStatusResult> asyncHandler) |
Future<GetBulkDeploymentStatusResult> |
AWSGreengrassAsync.getBulkDeploymentStatusAsync(GetBulkDeploymentStatusRequest getBulkDeploymentStatusRequest,
AsyncHandler<GetBulkDeploymentStatusRequest,GetBulkDeploymentStatusResult> asyncHandler)
Returns the status of a bulk deployment.
|
Future<GetBulkDeploymentStatusResult> |
AbstractAWSGreengrassAsync.getBulkDeploymentStatusAsync(GetBulkDeploymentStatusRequest request,
AsyncHandler<GetBulkDeploymentStatusRequest,GetBulkDeploymentStatusResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBulkDeploymentStatusResult |
GetBulkDeploymentStatusResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetBulkDeploymentStatusResult |
GetBulkDeploymentStatusResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetBulkDeploymentStatusResult |
GetBulkDeploymentStatusResult.clone() |
GetBulkDeploymentStatusResult |
GetBulkDeploymentStatusResult.withBulkDeploymentMetrics(BulkDeploymentMetrics bulkDeploymentMetrics)
Relevant metrics on input records processed during bulk deployment.
|
GetBulkDeploymentStatusResult |
GetBulkDeploymentStatusResult.withBulkDeploymentStatus(BulkDeploymentStatus bulkDeploymentStatus)
The status of the bulk deployment.
|
GetBulkDeploymentStatusResult |
GetBulkDeploymentStatusResult.withBulkDeploymentStatus(String bulkDeploymentStatus)
The status of the bulk deployment.
|
GetBulkDeploymentStatusResult |
GetBulkDeploymentStatusResult.withCreatedAt(String createdAt)
The time, in ISO format, when the deployment was created.
|
GetBulkDeploymentStatusResult |
GetBulkDeploymentStatusResult.withErrorDetails(Collection<ErrorDetail> errorDetails)
Error details
|
GetBulkDeploymentStatusResult |
GetBulkDeploymentStatusResult.withErrorDetails(ErrorDetail... errorDetails)
Error details
|
GetBulkDeploymentStatusResult |
GetBulkDeploymentStatusResult.withErrorMessage(String errorMessage)
Error message
|
GetBulkDeploymentStatusResult |
GetBulkDeploymentStatusResult.withTags(Map<String,String> tags)
Tag(s) attached to the resource arn.
|
Copyright © 2024. All rights reserved.