| 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<ListDeploymentsResult> |
AbstractAWSGreengrassV2Async.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AWSGreengrassV2Async.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Retrieves a paginated list of deployments.
|
Future<ListDeploymentsResult> |
AWSGreengrassV2AsyncClient.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest |
ListDeploymentsRequest.clone() |
ListDeploymentsRequest |
ListDeploymentsRequest.withHistoryFilter(DeploymentHistoryFilter historyFilter)
The filter for the list of deployments.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withHistoryFilter(String historyFilter)
The filter for the list of deployments.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withParentTargetArn(String parentTargetArn)
The parent deployment's target ARN within a subdeployment.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withTargetArn(String targetArn)
The ARN of the target
IoT thing or thing group.
|
Copyright © 2024. All rights reserved.