| 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 | |
| software.amazon.awssdk.services.greengrassv2.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListDeploymentsResponse |
GreengrassV2Client.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Retrieves a paginated list of deployments.
|
default CompletableFuture<ListDeploymentsResponse> |
GreengrassV2AsyncClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Retrieves a paginated list of deployments.
|
default ListDeploymentsIterable |
GreengrassV2Client.listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)
Retrieves a paginated list of deployments.
|
default ListDeploymentsPublisher |
GreengrassV2AsyncClient.listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)
Retrieves a paginated list of deployments.
|
| Constructor and Description |
|---|
ListDeploymentsIterable(GreengrassV2Client client,
ListDeploymentsRequest firstRequest) |
ListDeploymentsPublisher(GreengrassV2AsyncClient client,
ListDeploymentsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListDeploymentsRequestMarshaller.marshall(ListDeploymentsRequest listDeploymentsRequest) |
Copyright © 2023. All rights reserved.