| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model | |
| software.amazon.awssdk.services.greengrassv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AssociatedClientDevice> |
ListClientDevicesAssociatedWithCoreDeviceResponse.associatedClientDevices()
A list that describes the client devices that are associated with the core device.
|
| Modifier and Type | Method and Description |
|---|---|
ListClientDevicesAssociatedWithCoreDeviceResponse.Builder |
ListClientDevicesAssociatedWithCoreDeviceResponse.Builder.associatedClientDevices(AssociatedClientDevice... associatedClientDevices)
A list that describes the client devices that are associated with the core device.
|
| Modifier and Type | Method and Description |
|---|---|
ListClientDevicesAssociatedWithCoreDeviceResponse.Builder |
ListClientDevicesAssociatedWithCoreDeviceResponse.Builder.associatedClientDevices(Collection<AssociatedClientDevice> associatedClientDevices)
A list that describes the client devices that are associated with the core device.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AssociatedClientDevice> |
ListClientDevicesAssociatedWithCoreDevicePublisher.associatedClientDevices()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AssociatedClientDevice> |
ListClientDevicesAssociatedWithCoreDeviceIterable.associatedClientDevices()
Returns an iterable to iterate through the paginated
ListClientDevicesAssociatedWithCoreDeviceResponse.associatedClientDevices() member. |
Copyright © 2023. All rights reserved.