Uses of Class
software.amazon.awssdk.services.batch.model.NetworkInterface
-
Packages that use NetworkInterface Package Description software.amazon.awssdk.services.batch.model -
-
Uses of NetworkInterface in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type NetworkInterface Modifier and Type Method Description List<NetworkInterface>AttemptContainerDetail. networkInterfaces()The network interfaces that are associated with the job attempt.List<NetworkInterface>ContainerDetail. networkInterfaces()The network interfaces that are associated with the job.Methods in software.amazon.awssdk.services.batch.model with parameters of type NetworkInterface Modifier and Type Method Description AttemptContainerDetail.BuilderAttemptContainerDetail.Builder. networkInterfaces(NetworkInterface... networkInterfaces)The network interfaces that are associated with the job attempt.ContainerDetail.BuilderContainerDetail.Builder. networkInterfaces(NetworkInterface... networkInterfaces)The network interfaces that are associated with the job.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type NetworkInterface Modifier and Type Method Description AttemptContainerDetail.BuilderAttemptContainerDetail.Builder. networkInterfaces(Collection<NetworkInterface> networkInterfaces)The network interfaces that are associated with the job attempt.ContainerDetail.BuilderContainerDetail.Builder. networkInterfaces(Collection<NetworkInterface> networkInterfaces)The network interfaces that are associated with the job.
-