Uses of Interface
software.amazon.awssdk.services.synthetics.model.VpcConfigInput.Builder
-
Packages that use VpcConfigInput.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of VpcConfigInput.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return VpcConfigInput.Builder Modifier and Type Method Description static VpcConfigInput.BuilderVpcConfigInput. builder()VpcConfigInput.BuilderVpcConfigInput.Builder. securityGroupIds(String... securityGroupIds)The IDs of the security groups for this canary.VpcConfigInput.BuilderVpcConfigInput.Builder. securityGroupIds(Collection<String> securityGroupIds)The IDs of the security groups for this canary.VpcConfigInput.BuilderVpcConfigInput.Builder. subnetIds(String... subnetIds)The IDs of the subnets where this canary is to run.VpcConfigInput.BuilderVpcConfigInput.Builder. subnetIds(Collection<String> subnetIds)The IDs of the subnets where this canary is to run.VpcConfigInput.BuilderVpcConfigInput. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type VpcConfigInput.Builder Modifier and Type Method Description static Class<? extends VpcConfigInput.Builder>VpcConfigInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type VpcConfigInput.Builder Modifier and Type Method Description default CreateCanaryRequest.BuilderCreateCanaryRequest.Builder. vpcConfig(Consumer<VpcConfigInput.Builder> 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.default UpdateCanaryRequest.BuilderUpdateCanaryRequest.Builder. vpcConfig(Consumer<VpcConfigInput.Builder> 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.
-