Uses of Interface
software.amazon.awssdk.services.ecs.model.AwsVpcConfiguration.Builder
-
Packages that use AwsVpcConfiguration.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of AwsVpcConfiguration.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return AwsVpcConfiguration.Builder Modifier and Type Method Description AwsVpcConfiguration.BuilderAwsVpcConfiguration.Builder. assignPublicIp(String assignPublicIp)Whether the task's elastic network interface receives a public IP address.AwsVpcConfiguration.BuilderAwsVpcConfiguration.Builder. assignPublicIp(AssignPublicIp assignPublicIp)Whether the task's elastic network interface receives a public IP address.static AwsVpcConfiguration.BuilderAwsVpcConfiguration. builder()AwsVpcConfiguration.BuilderAwsVpcConfiguration.Builder. securityGroups(String... securityGroups)The IDs of the security groups associated with the task or service.AwsVpcConfiguration.BuilderAwsVpcConfiguration.Builder. securityGroups(Collection<String> securityGroups)The IDs of the security groups associated with the task or service.AwsVpcConfiguration.BuilderAwsVpcConfiguration.Builder. subnets(String... subnets)The IDs of the subnets associated with the task or service.AwsVpcConfiguration.BuilderAwsVpcConfiguration.Builder. subnets(Collection<String> subnets)The IDs of the subnets associated with the task or service.AwsVpcConfiguration.BuilderAwsVpcConfiguration. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type AwsVpcConfiguration.Builder Modifier and Type Method Description static Class<? extends AwsVpcConfiguration.Builder>AwsVpcConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type AwsVpcConfiguration.Builder Modifier and Type Method Description default NetworkConfiguration.BuilderNetworkConfiguration.Builder. awsvpcConfiguration(Consumer<AwsVpcConfiguration.Builder> awsvpcConfiguration)The VPC subnets and security groups that are associated with a task.
-