| Package | Description |
|---|---|
| com.amazonaws.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
AwsVpcConfiguration |
AwsVpcConfiguration.clone() |
AwsVpcConfiguration |
NetworkConfiguration.getAwsvpcConfiguration()
Specifies the Amazon 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)
Specifies the Amazon VPC subnets and security groups for the task, and whether a public IP address is to be used.
|
NetworkConfiguration |
NetworkConfiguration.withAwsvpcConfiguration(AwsVpcConfiguration awsvpcConfiguration)
Specifies the Amazon VPC subnets and security groups for the task, and whether a public IP address is to be used.
|
Copyright © 2024. All rights reserved.