| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfigOutput |
VpcConfigOutput.clone() |
VpcConfigOutput |
Canary.getVpcConfig() |
VpcConfigOutput |
VpcConfigOutput.withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups for this canary.
|
VpcConfigOutput |
VpcConfigOutput.withSecurityGroupIds(String... securityGroupIds)
The IDs of the security groups for this canary.
|
VpcConfigOutput |
VpcConfigOutput.withSubnetIds(Collection<String> subnetIds)
The IDs of the subnets where this canary is to run.
|
VpcConfigOutput |
VpcConfigOutput.withSubnetIds(String... subnetIds)
The IDs of the subnets where this canary is to run.
|
VpcConfigOutput |
VpcConfigOutput.withVpcId(String vpcId)
The IDs of the VPC where this canary is to run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Canary.setVpcConfig(VpcConfigOutput vpcConfig) |
Canary |
Canary.withVpcConfig(VpcConfigOutput vpcConfig) |
Copyright © 2020. All rights reserved.