| Package | Description |
|---|---|
| com.amazonaws.services.greengrass |
AWS 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<ResetDeploymentsResult> |
AbstractAWSGreengrassAsync.resetDeploymentsAsync(ResetDeploymentsRequest request,
AsyncHandler<ResetDeploymentsRequest,ResetDeploymentsResult> asyncHandler) |
Future<ResetDeploymentsResult> |
AWSGreengrassAsyncClient.resetDeploymentsAsync(ResetDeploymentsRequest request,
AsyncHandler<ResetDeploymentsRequest,ResetDeploymentsResult> asyncHandler) |
Future<ResetDeploymentsResult> |
AWSGreengrassAsync.resetDeploymentsAsync(ResetDeploymentsRequest resetDeploymentsRequest,
AsyncHandler<ResetDeploymentsRequest,ResetDeploymentsResult> asyncHandler)
Resets a group's deployments.
|
| Modifier and Type | Method and Description |
|---|---|
ResetDeploymentsRequest |
ResetDeploymentsRequest.clone() |
ResetDeploymentsRequest |
ResetDeploymentsRequest.withAmznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
ResetDeploymentsRequest |
ResetDeploymentsRequest.withForce(Boolean force)
If true, performs a best-effort only core reset.
|
ResetDeploymentsRequest |
ResetDeploymentsRequest.withGroupId(String groupId)
The ID of the AWS Greengrass group.
|
Copyright © 2018. All rights reserved.