Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.NetworkInterface
-
Packages that use NetworkInterface Package Description software.amazon.awssdk.services.iotfleetwise.model software.amazon.awssdk.services.iotfleetwise.paginators -
-
Uses of NetworkInterface in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type NetworkInterface Modifier and Type Method Description List<NetworkInterface>CreateDecoderManifestRequest. networkInterfaces()A list of information about available network interfaces.List<NetworkInterface>ListDecoderManifestNetworkInterfacesResponse. networkInterfaces()A list of information about network interfaces.List<NetworkInterface>UpdateDecoderManifestRequest. networkInterfacesToAdd()A list of information about the network interfaces to add to the decoder manifest.List<NetworkInterface>UpdateDecoderManifestRequest. networkInterfacesToUpdate()A list of information about the network interfaces to update in the decoder manifest.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type NetworkInterface Modifier and Type Method Description CreateDecoderManifestRequest.BuilderCreateDecoderManifestRequest.Builder. networkInterfaces(NetworkInterface... networkInterfaces)A list of information about available network interfaces.ListDecoderManifestNetworkInterfacesResponse.BuilderListDecoderManifestNetworkInterfacesResponse.Builder. networkInterfaces(NetworkInterface... networkInterfaces)A list of information about network interfaces.UpdateDecoderManifestRequest.BuilderUpdateDecoderManifestRequest.Builder. networkInterfacesToAdd(NetworkInterface... networkInterfacesToAdd)A list of information about the network interfaces to add to the decoder manifest.UpdateDecoderManifestRequest.BuilderUpdateDecoderManifestRequest.Builder. networkInterfacesToUpdate(NetworkInterface... networkInterfacesToUpdate)A list of information about the network interfaces to update in the decoder manifest.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type NetworkInterface Modifier and Type Method Description CreateDecoderManifestRequest.BuilderCreateDecoderManifestRequest.Builder. networkInterfaces(Collection<NetworkInterface> networkInterfaces)A list of information about available network interfaces.ListDecoderManifestNetworkInterfacesResponse.BuilderListDecoderManifestNetworkInterfacesResponse.Builder. networkInterfaces(Collection<NetworkInterface> networkInterfaces)A list of information about network interfaces.UpdateDecoderManifestRequest.BuilderUpdateDecoderManifestRequest.Builder. networkInterfacesToAdd(Collection<NetworkInterface> networkInterfacesToAdd)A list of information about the network interfaces to add to the decoder manifest.UpdateDecoderManifestRequest.BuilderUpdateDecoderManifestRequest.Builder. networkInterfacesToUpdate(Collection<NetworkInterface> networkInterfacesToUpdate)A list of information about the network interfaces to update in the decoder manifest. -
Uses of NetworkInterface in software.amazon.awssdk.services.iotfleetwise.paginators
Methods in software.amazon.awssdk.services.iotfleetwise.paginators that return types with arguments of type NetworkInterface Modifier and Type Method Description SdkIterable<NetworkInterface>ListDecoderManifestNetworkInterfacesIterable. networkInterfaces()Returns an iterable to iterate through the paginatedListDecoderManifestNetworkInterfacesResponse.networkInterfaces()member.SdkPublisher<NetworkInterface>ListDecoderManifestNetworkInterfacesPublisher. networkInterfaces()Returns a publisher that can be used to get a stream of data.
-