Uses of Class
software.amazon.awssdk.services.cloudfront.model.VpcOriginEndpointConfig
-
Packages that use VpcOriginEndpointConfig Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of VpcOriginEndpointConfig in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return VpcOriginEndpointConfig Modifier and Type Method Description VpcOriginEndpointConfigCreateVpcOriginRequest. vpcOriginEndpointConfig()The VPC origin endpoint configuration.VpcOriginEndpointConfigUpdateVpcOriginRequest. vpcOriginEndpointConfig()The VPC origin endpoint configuration.VpcOriginEndpointConfigVpcOrigin. vpcOriginEndpointConfig()The VPC origin endpoint configuration.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type VpcOriginEndpointConfig Modifier and Type Method Description CreateVpcOriginRequest.BuilderCreateVpcOriginRequest.Builder. vpcOriginEndpointConfig(VpcOriginEndpointConfig vpcOriginEndpointConfig)The VPC origin endpoint configuration.UpdateVpcOriginRequest.BuilderUpdateVpcOriginRequest.Builder. vpcOriginEndpointConfig(VpcOriginEndpointConfig vpcOriginEndpointConfig)The VPC origin endpoint configuration.VpcOrigin.BuilderVpcOrigin.Builder. vpcOriginEndpointConfig(VpcOriginEndpointConfig vpcOriginEndpointConfig)The VPC origin endpoint configuration.
-