| 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)
The client token used to request idempotent operations.
|
ResetDeploymentsRequest |
ResetDeploymentsRequest.withForce(Boolean force)
When set to true, perform a best-effort only core reset.
|
ResetDeploymentsRequest |
ResetDeploymentsRequest.withGroupId(String groupId)
The unique Id of the AWS Greengrass Group
|
Copyright © 2017. All rights reserved.