Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
AwsVpcConfiguration |
AwsVpcConfiguration.clone() |
AwsVpcConfiguration |
NetworkConfiguration.getAwsvpcConfiguration()
The VPC subnets and security groups associated with a task.
|
AwsVpcConfiguration |
AwsVpcConfiguration.withAssignPublicIp(AssignPublicIp assignPublicIp)
Whether the task's elastic network interface receives a public IP address.
|
AwsVpcConfiguration |
AwsVpcConfiguration.withAssignPublicIp(String assignPublicIp)
Whether the task's elastic network interface receives a public IP address.
|
AwsVpcConfiguration |
AwsVpcConfiguration.withSecurityGroups(Collection<String> securityGroups)
The IDs of the security groups associated with the task or service.
|
AwsVpcConfiguration |
AwsVpcConfiguration.withSecurityGroups(String... securityGroups)
The IDs of the security groups associated with the task or service.
|
AwsVpcConfiguration |
AwsVpcConfiguration.withSubnets(Collection<String> subnets)
The IDs of the subnets associated with the task or service.
|
AwsVpcConfiguration |
AwsVpcConfiguration.withSubnets(String... subnets)
The IDs of the subnets associated with the task or service.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkConfiguration.setAwsvpcConfiguration(AwsVpcConfiguration awsvpcConfiguration)
The VPC subnets and security groups associated with a task.
|
NetworkConfiguration |
NetworkConfiguration.withAwsvpcConfiguration(AwsVpcConfiguration awsvpcConfiguration)
The VPC subnets and security groups associated with a task.
|
Copyright © 2021. All rights reserved.