| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2 |
IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.
|
| software.amazon.awssdk.services.greengrassv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListEffectiveDeploymentsResponse |
GreengrassV2Client.listEffectiveDeployments(Consumer<ListEffectiveDeploymentsRequest.Builder> listEffectiveDeploymentsRequest)
Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.
|
default ListEffectiveDeploymentsResponse |
GreengrassV2Client.listEffectiveDeployments(ListEffectiveDeploymentsRequest listEffectiveDeploymentsRequest)
Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEffectiveDeploymentsResponse> |
GreengrassV2AsyncClient.listEffectiveDeployments(Consumer<ListEffectiveDeploymentsRequest.Builder> listEffectiveDeploymentsRequest)
Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.
|
default CompletableFuture<ListEffectiveDeploymentsResponse> |
GreengrassV2AsyncClient.listEffectiveDeployments(ListEffectiveDeploymentsRequest listEffectiveDeploymentsRequest)
Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEffectiveDeploymentsResponse> |
ListEffectiveDeploymentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEffectiveDeploymentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEffectiveDeploymentsResponse> subscriber) |
Copyright © 2023. All rights reserved.