| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model | |
| software.amazon.awssdk.services.iotfleetwise.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterface> |
ListDecoderManifestNetworkInterfacesResponse.networkInterfaces()
A list of information about network interfaces.
|
List<NetworkInterface> |
CreateDecoderManifestRequest.networkInterfaces()
A list of information about available 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.
|
| Modifier and Type | Method and Description |
|---|---|
ListDecoderManifestNetworkInterfacesResponse.Builder |
ListDecoderManifestNetworkInterfacesResponse.Builder.networkInterfaces(NetworkInterface... networkInterfaces)
A list of information about network interfaces.
|
CreateDecoderManifestRequest.Builder |
CreateDecoderManifestRequest.Builder.networkInterfaces(NetworkInterface... networkInterfaces)
A list of information about available network interfaces.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.networkInterfacesToAdd(NetworkInterface... networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.networkInterfacesToUpdate(NetworkInterface... networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
| Modifier and Type | Method and Description |
|---|---|
ListDecoderManifestNetworkInterfacesResponse.Builder |
ListDecoderManifestNetworkInterfacesResponse.Builder.networkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of information about network interfaces.
|
CreateDecoderManifestRequest.Builder |
CreateDecoderManifestRequest.Builder.networkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of information about available network interfaces.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.networkInterfacesToAdd(Collection<NetworkInterface> networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
UpdateDecoderManifestRequest.Builder.networkInterfacesToUpdate(Collection<NetworkInterface> networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<NetworkInterface> |
ListDecoderManifestNetworkInterfacesPublisher.networkInterfaces()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<NetworkInterface> |
ListDecoderManifestNetworkInterfacesIterable.networkInterfaces()
Returns an iterable to iterate through the paginated
ListDecoderManifestNetworkInterfacesResponse.networkInterfaces() member. |
Copyright © 2022. All rights reserved.