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