| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfigInput |
VpcConfigInput.clone() |
VpcConfigInput |
UpdateCanaryRequest.getVpcConfig()
If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and security
groups of the VPC endpoint.
|
VpcConfigInput |
CreateCanaryRequest.getVpcConfig()
If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and security
groups of the VPC endpoint.
|
VpcConfigInput |
VpcConfigInput.withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups for this canary.
|
VpcConfigInput |
VpcConfigInput.withSecurityGroupIds(String... securityGroupIds)
The IDs of the security groups for this canary.
|
VpcConfigInput |
VpcConfigInput.withSubnetIds(Collection<String> subnetIds)
The IDs of the subnets where this canary is to run.
|
VpcConfigInput |
VpcConfigInput.withSubnetIds(String... subnetIds)
The IDs of the subnets where this canary is to run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCanaryRequest.setVpcConfig(VpcConfigInput vpcConfig)
If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and security
groups of the VPC endpoint.
|
void |
CreateCanaryRequest.setVpcConfig(VpcConfigInput vpcConfig)
If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and security
groups of the VPC endpoint.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withVpcConfig(VpcConfigInput vpcConfig)
If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and security
groups of the VPC endpoint.
|
CreateCanaryRequest |
CreateCanaryRequest.withVpcConfig(VpcConfigInput vpcConfig)
If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and security
groups of the VPC endpoint.
|
Copyright © 2023. All rights reserved.