| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterface> |
ContainerDetail.networkInterfaces()
The network interfaces that are associated with the job.
|
List<NetworkInterface> |
AttemptContainerDetail.networkInterfaces()
The network interfaces that are associated with the job attempt.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDetail.Builder |
ContainerDetail.Builder.networkInterfaces(NetworkInterface... networkInterfaces)
The network interfaces that are associated with the job.
|
AttemptContainerDetail.Builder |
AttemptContainerDetail.Builder.networkInterfaces(NetworkInterface... networkInterfaces)
The network interfaces that are associated with the job attempt.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDetail.Builder |
ContainerDetail.Builder.networkInterfaces(Collection<NetworkInterface> networkInterfaces)
The network interfaces that are associated with the job.
|
AttemptContainerDetail.Builder |
AttemptContainerDetail.Builder.networkInterfaces(Collection<NetworkInterface> networkInterfaces)
The network interfaces that are associated with the job attempt.
|
Copyright © 2023. All rights reserved.