Uses of Class
software.amazon.awssdk.services.greengrassv2.model.AssociateClientDeviceWithCoreDeviceErrorEntry
-
Packages that use AssociateClientDeviceWithCoreDeviceErrorEntry Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of AssociateClientDeviceWithCoreDeviceErrorEntry in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type AssociateClientDeviceWithCoreDeviceErrorEntry Modifier and Type Method Description List<AssociateClientDeviceWithCoreDeviceErrorEntry>BatchAssociateClientDeviceWithCoreDeviceResponse. errorEntries()The list of any errors for the entries in the request.Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type AssociateClientDeviceWithCoreDeviceErrorEntry Modifier and Type Method Description BatchAssociateClientDeviceWithCoreDeviceResponse.BuilderBatchAssociateClientDeviceWithCoreDeviceResponse.Builder. errorEntries(AssociateClientDeviceWithCoreDeviceErrorEntry... errorEntries)The list of any errors for the entries in the request.Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type AssociateClientDeviceWithCoreDeviceErrorEntry Modifier and Type Method Description BatchAssociateClientDeviceWithCoreDeviceResponse.BuilderBatchAssociateClientDeviceWithCoreDeviceResponse.Builder. errorEntries(Collection<AssociateClientDeviceWithCoreDeviceErrorEntry> errorEntries)The list of any errors for the entries in the request.
-