| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterface> |
SourceProperties.networkInterfaces()
An array of network interfaces.
|
List<NetworkInterface> |
RecoveryInstanceProperties.networkInterfaces()
An array of network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
SourceProperties.Builder |
SourceProperties.Builder.networkInterfaces(NetworkInterface... networkInterfaces)
An array of network interfaces.
|
RecoveryInstanceProperties.Builder |
RecoveryInstanceProperties.Builder.networkInterfaces(NetworkInterface... networkInterfaces)
An array of network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
SourceProperties.Builder |
SourceProperties.Builder.networkInterfaces(Collection<NetworkInterface> networkInterfaces)
An array of network interfaces.
|
RecoveryInstanceProperties.Builder |
RecoveryInstanceProperties.Builder.networkInterfaces(Collection<NetworkInterface> networkInterfaces)
An array of network interfaces.
|
Copyright © 2023. All rights reserved.