Uses of Class
software.amazon.awssdk.services.apprunner.model.IngressVpcConfiguration
-
Packages that use IngressVpcConfiguration Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of IngressVpcConfiguration in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return IngressVpcConfiguration Modifier and Type Method Description IngressVpcConfigurationCreateVpcIngressConnectionRequest. ingressVpcConfiguration()Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.IngressVpcConfigurationUpdateVpcIngressConnectionRequest. ingressVpcConfiguration()Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to update the VPC Ingress Connection resource.IngressVpcConfigurationVpcIngressConnection. ingressVpcConfiguration()Specifications for the customer’s VPC and related PrivateLink VPC endpoint that are used to associate with the VPC Ingress Connection resource.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type IngressVpcConfiguration Modifier and Type Method Description CreateVpcIngressConnectionRequest.BuilderCreateVpcIngressConnectionRequest.Builder. ingressVpcConfiguration(IngressVpcConfiguration ingressVpcConfiguration)Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.UpdateVpcIngressConnectionRequest.BuilderUpdateVpcIngressConnectionRequest.Builder. ingressVpcConfiguration(IngressVpcConfiguration ingressVpcConfiguration)Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to update the VPC Ingress Connection resource.VpcIngressConnection.BuilderVpcIngressConnection.Builder. ingressVpcConfiguration(IngressVpcConfiguration ingressVpcConfiguration)Specifications for the customer’s VPC and related PrivateLink VPC endpoint that are used to associate with the VPC Ingress Connection resource.
-