| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfiguration |
NetworkConfiguration.clone() |
NetworkConfiguration |
EcsParameters.getNetworkConfiguration()
Use this structure if the ECS task uses the
awsvpc network mode. |
NetworkConfiguration |
NetworkConfiguration.withAwsvpcConfiguration(AwsVpcConfiguration awsvpcConfiguration)
Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address
is to be used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EcsParameters.setNetworkConfiguration(NetworkConfiguration networkConfiguration)
Use this structure if the ECS task uses the
awsvpc network mode. |
EcsParameters |
EcsParameters.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Use this structure if the ECS task uses the
awsvpc network mode. |
Copyright © 2018. All rights reserved.