| 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 ListInstalledComponentsResponse |
GreengrassV2Client.listInstalledComponents(Consumer<ListInstalledComponentsRequest.Builder> listInstalledComponentsRequest)
Retrieves a paginated list of the components that a Greengrass core device runs.
|
default ListInstalledComponentsResponse |
GreengrassV2Client.listInstalledComponents(ListInstalledComponentsRequest listInstalledComponentsRequest)
Retrieves a paginated list of the components that a Greengrass core device runs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListInstalledComponentsResponse> |
GreengrassV2AsyncClient.listInstalledComponents(Consumer<ListInstalledComponentsRequest.Builder> listInstalledComponentsRequest)
Retrieves a paginated list of the components that a Greengrass core device runs.
|
default CompletableFuture<ListInstalledComponentsResponse> |
GreengrassV2AsyncClient.listInstalledComponents(ListInstalledComponentsRequest listInstalledComponentsRequest)
Retrieves a paginated list of the components that a Greengrass core device runs.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListInstalledComponentsResponse> |
ListInstalledComponentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListInstalledComponentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListInstalledComponentsResponse> subscriber) |
Copyright © 2023. All rights reserved.