| 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 ListDeploymentsResponse |
GreengrassV2Client.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Retrieves a paginated list of deployments.
|
default ListDeploymentsResponse |
GreengrassV2Client.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Retrieves a paginated list of deployments.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDeploymentsResponse> |
GreengrassV2AsyncClient.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Retrieves a paginated list of deployments.
|
default CompletableFuture<ListDeploymentsResponse> |
GreengrassV2AsyncClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Retrieves a paginated list of deployments.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDeploymentsResponse> |
ListDeploymentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDeploymentsResponse> subscriber) |
Copyright © 2023. All rights reserved.