| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
AwsVpcConfiguration |
AwsVpcConfiguration.clone() |
AwsVpcConfiguration |
NetworkConfiguration.getAwsvpcConfiguration()
Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address
is to be used.
|
AwsVpcConfiguration |
AwsVpcConfiguration.withAssignPublicIp(AssignPublicIp assignPublicIp)
Specifies whether the task's elastic network interface receives a public IP address.
|
AwsVpcConfiguration |
AwsVpcConfiguration.withAssignPublicIp(String assignPublicIp)
Specifies whether the task's elastic network interface receives a public IP address.
|
AwsVpcConfiguration |
AwsVpcConfiguration.withSecurityGroups(Collection<String> securityGroups)
Specifies the security groups associated with the task.
|
AwsVpcConfiguration |
AwsVpcConfiguration.withSecurityGroups(String... securityGroups)
Specifies the security groups associated with the task.
|
AwsVpcConfiguration |
AwsVpcConfiguration.withSubnets(Collection<String> subnets)
Specifies the subnets associated with the task.
|
AwsVpcConfiguration |
AwsVpcConfiguration.withSubnets(String... subnets)
Specifies the subnets associated with the task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkConfiguration.setAwsvpcConfiguration(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.
|
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.
|
Copyright © 2023. All rights reserved.