Uses of Class
software.amazon.awssdk.services.greengrassv2.model.ListClientDevicesAssociatedWithCoreDeviceRequest
-
Packages that use ListClientDevicesAssociatedWithCoreDeviceRequest 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 -
-
Uses of ListClientDevicesAssociatedWithCoreDeviceRequest in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 with parameters of type ListClientDevicesAssociatedWithCoreDeviceRequest Modifier and Type Method Description default CompletableFuture<ListClientDevicesAssociatedWithCoreDeviceResponse>GreengrassV2AsyncClient. listClientDevicesAssociatedWithCoreDevice(ListClientDevicesAssociatedWithCoreDeviceRequest listClientDevicesAssociatedWithCoreDeviceRequest)Retrieves a paginated list of client devices that are associated with a core device.default ListClientDevicesAssociatedWithCoreDeviceResponseGreengrassV2Client. listClientDevicesAssociatedWithCoreDevice(ListClientDevicesAssociatedWithCoreDeviceRequest listClientDevicesAssociatedWithCoreDeviceRequest)Retrieves a paginated list of client devices that are associated with a core device.default ListClientDevicesAssociatedWithCoreDevicePublisherGreengrassV2AsyncClient. listClientDevicesAssociatedWithCoreDevicePaginator(ListClientDevicesAssociatedWithCoreDeviceRequest listClientDevicesAssociatedWithCoreDeviceRequest)Retrieves a paginated list of client devices that are associated with a core device.default ListClientDevicesAssociatedWithCoreDeviceIterableGreengrassV2Client. listClientDevicesAssociatedWithCoreDevicePaginator(ListClientDevicesAssociatedWithCoreDeviceRequest listClientDevicesAssociatedWithCoreDeviceRequest)Retrieves a paginated list of client devices that are associated with a core device. -
Uses of ListClientDevicesAssociatedWithCoreDeviceRequest in software.amazon.awssdk.services.greengrassv2.paginators
Constructors in software.amazon.awssdk.services.greengrassv2.paginators with parameters of type ListClientDevicesAssociatedWithCoreDeviceRequest Constructor Description ListClientDevicesAssociatedWithCoreDeviceIterable(GreengrassV2Client client, ListClientDevicesAssociatedWithCoreDeviceRequest firstRequest)ListClientDevicesAssociatedWithCoreDevicePublisher(GreengrassV2AsyncClient client, ListClientDevicesAssociatedWithCoreDeviceRequest firstRequest) -
Uses of ListClientDevicesAssociatedWithCoreDeviceRequest in software.amazon.awssdk.services.greengrassv2.transform
Methods in software.amazon.awssdk.services.greengrassv2.transform with parameters of type ListClientDevicesAssociatedWithCoreDeviceRequest Modifier and Type Method Description SdkHttpFullRequestListClientDevicesAssociatedWithCoreDeviceRequestMarshaller. marshall(ListClientDevicesAssociatedWithCoreDeviceRequest listClientDevicesAssociatedWithCoreDeviceRequest)
-