Uses of Class
software.amazon.awssdk.services.synthetics.model.VpcConfigInput
-
Packages that use VpcConfigInput Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of VpcConfigInput in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return VpcConfigInput Modifier and Type Method Description VpcConfigInputCreateCanaryRequest. 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.VpcConfigInputUpdateCanaryRequest. 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.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type VpcConfigInput Modifier and Type Method Description CreateCanaryRequest.BuilderCreateCanaryRequest.Builder. vpcConfig(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.BuilderUpdateCanaryRequest.Builder. vpcConfig(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.
-