| 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<ListEffectiveDeploymentsResult> |
AbstractAWSGreengrassV2Async.listEffectiveDeploymentsAsync(ListEffectiveDeploymentsRequest request,
AsyncHandler<ListEffectiveDeploymentsRequest,ListEffectiveDeploymentsResult> asyncHandler) |
Future<ListEffectiveDeploymentsResult> |
AWSGreengrassV2Async.listEffectiveDeploymentsAsync(ListEffectiveDeploymentsRequest listEffectiveDeploymentsRequest,
AsyncHandler<ListEffectiveDeploymentsRequest,ListEffectiveDeploymentsResult> asyncHandler)
Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.
|
Future<ListEffectiveDeploymentsResult> |
AWSGreengrassV2AsyncClient.listEffectiveDeploymentsAsync(ListEffectiveDeploymentsRequest request,
AsyncHandler<ListEffectiveDeploymentsRequest,ListEffectiveDeploymentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEffectiveDeploymentsRequest |
ListEffectiveDeploymentsRequest.clone() |
ListEffectiveDeploymentsRequest |
ListEffectiveDeploymentsRequest.withCoreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
ListEffectiveDeploymentsRequest |
ListEffectiveDeploymentsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListEffectiveDeploymentsRequest |
ListEffectiveDeploymentsRequest.withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
Copyright © 2024. All rights reserved.