Uses of Class
software.amazon.awssdk.services.greengrassv2.model.ListClientDevicesAssociatedWithCoreDeviceResponse
-
Packages that use ListClientDevicesAssociatedWithCoreDeviceResponse 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 -
-
Uses of ListClientDevicesAssociatedWithCoreDeviceResponse in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return ListClientDevicesAssociatedWithCoreDeviceResponse Modifier and Type Method Description default ListClientDevicesAssociatedWithCoreDeviceResponseGreengrassV2Client. listClientDevicesAssociatedWithCoreDevice(Consumer<ListClientDevicesAssociatedWithCoreDeviceRequest.Builder> 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.Methods in software.amazon.awssdk.services.greengrassv2 that return types with arguments of type ListClientDevicesAssociatedWithCoreDeviceResponse Modifier and Type Method 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. -
Uses of ListClientDevicesAssociatedWithCoreDeviceResponse in software.amazon.awssdk.services.greengrassv2.paginators
Methods in software.amazon.awssdk.services.greengrassv2.paginators that return types with arguments of type ListClientDevicesAssociatedWithCoreDeviceResponse Modifier and Type Method Description Iterator<ListClientDevicesAssociatedWithCoreDeviceResponse>ListClientDevicesAssociatedWithCoreDeviceIterable. iterator()Method parameters in software.amazon.awssdk.services.greengrassv2.paginators with type arguments of type ListClientDevicesAssociatedWithCoreDeviceResponse Modifier and Type Method Description voidListClientDevicesAssociatedWithCoreDevicePublisher. subscribe(org.reactivestreams.Subscriber<? super ListClientDevicesAssociatedWithCoreDeviceResponse> subscriber)
-