| Package | Description | 
|---|---|
| com.amazonaws.services.batch.model | 
| Modifier and Type | Method and Description | 
|---|---|
NetworkConfiguration | 
NetworkConfiguration.clone()  | 
NetworkConfiguration | 
ContainerDetail.getNetworkConfiguration()
 The network configuration for jobs that are running on Fargate resources. 
 | 
NetworkConfiguration | 
ContainerProperties.getNetworkConfiguration()
 The network configuration for jobs that are running on Fargate resources. 
 | 
NetworkConfiguration | 
NetworkConfiguration.withAssignPublicIp(AssignPublicIp assignPublicIp)
 Indicates whether the job should have a public IP address. 
 | 
NetworkConfiguration | 
NetworkConfiguration.withAssignPublicIp(String assignPublicIp)
 Indicates whether the job should have a public IP address. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContainerDetail.setNetworkConfiguration(NetworkConfiguration networkConfiguration)
 The network configuration for jobs that are running on Fargate resources. 
 | 
void | 
ContainerProperties.setNetworkConfiguration(NetworkConfiguration networkConfiguration)
 The network configuration for jobs that are running on Fargate resources. 
 | 
ContainerDetail | 
ContainerDetail.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
 The network configuration for jobs that are running on Fargate resources. 
 | 
ContainerProperties | 
ContainerProperties.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
 The network configuration for jobs that are running on Fargate resources. 
 | 
Copyright © 2022. All rights reserved.