Uses of Class
software.amazon.awssdk.services.greengrassv2.model.BatchAssociateClientDeviceWithCoreDeviceRequest
-
Packages that use BatchAssociateClientDeviceWithCoreDeviceRequest 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.transform -
-
Uses of BatchAssociateClientDeviceWithCoreDeviceRequest in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 with parameters of type BatchAssociateClientDeviceWithCoreDeviceRequest Modifier and Type Method Description default CompletableFuture<BatchAssociateClientDeviceWithCoreDeviceResponse>GreengrassV2AsyncClient. batchAssociateClientDeviceWithCoreDevice(BatchAssociateClientDeviceWithCoreDeviceRequest batchAssociateClientDeviceWithCoreDeviceRequest)Associates a list of client devices with a core device.default BatchAssociateClientDeviceWithCoreDeviceResponseGreengrassV2Client. batchAssociateClientDeviceWithCoreDevice(BatchAssociateClientDeviceWithCoreDeviceRequest batchAssociateClientDeviceWithCoreDeviceRequest)Associates a list of client devices with a core device. -
Uses of BatchAssociateClientDeviceWithCoreDeviceRequest in software.amazon.awssdk.services.greengrassv2.transform
Methods in software.amazon.awssdk.services.greengrassv2.transform with parameters of type BatchAssociateClientDeviceWithCoreDeviceRequest Modifier and Type Method Description SdkHttpFullRequestBatchAssociateClientDeviceWithCoreDeviceRequestMarshaller. marshall(BatchAssociateClientDeviceWithCoreDeviceRequest batchAssociateClientDeviceWithCoreDeviceRequest)
-