Uses of Class
software.amazon.awssdk.services.greengrassv2.model.AssociatedClientDevice
-
Packages that use AssociatedClientDevice Package Description software.amazon.awssdk.services.greengrassv2.model software.amazon.awssdk.services.greengrassv2.paginators -
-
Uses of AssociatedClientDevice in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type AssociatedClientDevice Modifier and Type Method Description List<AssociatedClientDevice>ListClientDevicesAssociatedWithCoreDeviceResponse. associatedClientDevices()A list that describes the client devices that are associated with the core device.Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type AssociatedClientDevice Modifier and Type Method Description ListClientDevicesAssociatedWithCoreDeviceResponse.BuilderListClientDevicesAssociatedWithCoreDeviceResponse.Builder. associatedClientDevices(AssociatedClientDevice... associatedClientDevices)A list that describes the client devices that are associated with the core device.Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type AssociatedClientDevice Modifier and Type Method Description ListClientDevicesAssociatedWithCoreDeviceResponse.BuilderListClientDevicesAssociatedWithCoreDeviceResponse.Builder. associatedClientDevices(Collection<AssociatedClientDevice> associatedClientDevices)A list that describes the client devices that are associated with the core device. -
Uses of AssociatedClientDevice in software.amazon.awssdk.services.greengrassv2.paginators
Methods in software.amazon.awssdk.services.greengrassv2.paginators that return types with arguments of type AssociatedClientDevice Modifier and Type Method Description SdkIterable<AssociatedClientDevice>ListClientDevicesAssociatedWithCoreDeviceIterable. associatedClientDevices()Returns an iterable to iterate through the paginatedListClientDevicesAssociatedWithCoreDeviceResponse.associatedClientDevices()member.SdkPublisher<AssociatedClientDevice>ListClientDevicesAssociatedWithCoreDevicePublisher. associatedClientDevices()Returns a publisher that can be used to get a stream of data.
-