Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.InvalidNetworkInterface
-
Packages that use InvalidNetworkInterface Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of InvalidNetworkInterface in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type InvalidNetworkInterface Modifier and Type Method Description List<InvalidNetworkInterface>DecoderManifestValidationException. invalidNetworkInterfaces()The request couldn't be completed because of invalid network interfaces in the request.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type InvalidNetworkInterface Modifier and Type Method Description DecoderManifestValidationException.BuilderDecoderManifestValidationException.Builder. invalidNetworkInterfaces(InvalidNetworkInterface... invalidNetworkInterfaces)The request couldn't be completed because of invalid network interfaces in the request.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type InvalidNetworkInterface Modifier and Type Method Description DecoderManifestValidationException.BuilderDecoderManifestValidationException.Builder. invalidNetworkInterfaces(Collection<InvalidNetworkInterface> invalidNetworkInterfaces)The request couldn't be completed because of invalid network interfaces in the request.
-