Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
NetworkInterface |
NetworkInterface.clone() |
NetworkInterface |
NetworkInterface.withAttachmentId(String attachmentId)
The attachment ID for the network interface.
|
NetworkInterface |
NetworkInterface.withIpv6Address(String ipv6Address)
The private IPv6 address for the network interface.
|
NetworkInterface |
NetworkInterface.withPrivateIpv4Address(String privateIpv4Address)
The private IPv4 address for the network interface.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkInterface> |
AttemptContainerDetail.getNetworkInterfaces()
The network interfaces associated with the job attempt.
|
List<NetworkInterface> |
ContainerDetail.getNetworkInterfaces()
The network interfaces associated with the job.
|
Modifier and Type | Method and Description |
---|---|
AttemptContainerDetail |
AttemptContainerDetail.withNetworkInterfaces(NetworkInterface... networkInterfaces)
The network interfaces associated with the job attempt.
|
ContainerDetail |
ContainerDetail.withNetworkInterfaces(NetworkInterface... networkInterfaces)
The network interfaces associated with the job.
|
Modifier and Type | Method and Description |
---|---|
void |
AttemptContainerDetail.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
The network interfaces associated with the job attempt.
|
void |
ContainerDetail.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
The network interfaces associated with the job.
|
AttemptContainerDetail |
AttemptContainerDetail.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
The network interfaces associated with the job attempt.
|
ContainerDetail |
ContainerDetail.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
The network interfaces associated with the job.
|
Copyright © 2020. All rights reserved.