| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2 |
IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.
|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteComponentResult> |
AWSGreengrassV2AsyncClient.deleteComponentAsync(DeleteComponentRequest request,
AsyncHandler<DeleteComponentRequest,DeleteComponentResult> asyncHandler) |
Future<DeleteComponentResult> |
AWSGreengrassV2Async.deleteComponentAsync(DeleteComponentRequest deleteComponentRequest,
AsyncHandler<DeleteComponentRequest,DeleteComponentResult> asyncHandler)
Deletes a version of a component from IoT Greengrass.
|
Future<DeleteComponentResult> |
AbstractAWSGreengrassV2Async.deleteComponentAsync(DeleteComponentRequest request,
AsyncHandler<DeleteComponentRequest,DeleteComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteComponentRequest |
DeleteComponentRequest.clone() |
DeleteComponentRequest |
DeleteComponentRequest.withArn(String arn)
The ARN of the component
version.
|
Copyright © 2022. All rights reserved.