Uses of Class
software.amazon.awssdk.services.greengrassv2.model.AssociateClientDeviceWithCoreDeviceEntry
-
Packages that use AssociateClientDeviceWithCoreDeviceEntry Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of AssociateClientDeviceWithCoreDeviceEntry in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type AssociateClientDeviceWithCoreDeviceEntry Modifier and Type Method Description List<AssociateClientDeviceWithCoreDeviceEntry>BatchAssociateClientDeviceWithCoreDeviceRequest. entries()The list of client devices to associate.Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type AssociateClientDeviceWithCoreDeviceEntry Modifier and Type Method Description BatchAssociateClientDeviceWithCoreDeviceRequest.BuilderBatchAssociateClientDeviceWithCoreDeviceRequest.Builder. entries(AssociateClientDeviceWithCoreDeviceEntry... entries)The list of client devices to associate.Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type AssociateClientDeviceWithCoreDeviceEntry Modifier and Type Method Description BatchAssociateClientDeviceWithCoreDeviceRequest.BuilderBatchAssociateClientDeviceWithCoreDeviceRequest.Builder. entries(Collection<AssociateClientDeviceWithCoreDeviceEntry> entries)The list of client devices to associate.
-