| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass |
AWS IoT 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.
|
| Modifier and Type | Method and Description |
|---|---|
default ResetDeploymentsResponse |
GreengrassClient.resetDeployments(Consumer<ResetDeploymentsRequest.Builder> resetDeploymentsRequest)
Resets a group's deployments.
|
default ResetDeploymentsResponse |
GreengrassClient.resetDeployments(ResetDeploymentsRequest resetDeploymentsRequest)
Resets a group's deployments.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ResetDeploymentsResponse> |
GreengrassAsyncClient.resetDeployments(Consumer<ResetDeploymentsRequest.Builder> resetDeploymentsRequest)
Resets a group's deployments.
|
default CompletableFuture<ResetDeploymentsResponse> |
GreengrassAsyncClient.resetDeployments(ResetDeploymentsRequest resetDeploymentsRequest)
Resets a group's deployments.
|
Copyright © 2022. All rights reserved.