| 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 ListClientDevicesAssociatedWithCoreDeviceResponse |
GreengrassV2Client.listClientDevicesAssociatedWithCoreDevice(Consumer<ListClientDevicesAssociatedWithCoreDeviceRequest.Builder> listClientDevicesAssociatedWithCoreDeviceRequest)
Retrieves a paginated list of client devices that are associated with a core device.
|
default ListClientDevicesAssociatedWithCoreDeviceResponse |
GreengrassV2Client.listClientDevicesAssociatedWithCoreDevice(ListClientDevicesAssociatedWithCoreDeviceRequest listClientDevicesAssociatedWithCoreDeviceRequest)
Retrieves a paginated list of client devices that are associated with a core device.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListClientDevicesAssociatedWithCoreDeviceResponse> |
GreengrassV2AsyncClient.listClientDevicesAssociatedWithCoreDevice(Consumer<ListClientDevicesAssociatedWithCoreDeviceRequest.Builder> listClientDevicesAssociatedWithCoreDeviceRequest)
Retrieves a paginated list of client devices that are associated with a core device.
|
default CompletableFuture<ListClientDevicesAssociatedWithCoreDeviceResponse> |
GreengrassV2AsyncClient.listClientDevicesAssociatedWithCoreDevice(ListClientDevicesAssociatedWithCoreDeviceRequest listClientDevicesAssociatedWithCoreDeviceRequest)
Retrieves a paginated list of client devices that are associated with a core device.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListClientDevicesAssociatedWithCoreDeviceResponse> |
ListClientDevicesAssociatedWithCoreDeviceIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListClientDevicesAssociatedWithCoreDevicePublisher.subscribe(org.reactivestreams.Subscriber<? super ListClientDevicesAssociatedWithCoreDeviceResponse> subscriber) |
Copyright © 2023. All rights reserved.