Uses of Class
software.amazon.awssdk.services.apprunner.model.VpcIngressConnection
-
Packages that use VpcIngressConnection Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of VpcIngressConnection in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return VpcIngressConnection Modifier and Type Method Description VpcIngressConnectionCreateVpcIngressConnectionResponse. vpcIngressConnection()A description of the App Runner VPC Ingress Connection resource that's created by this request.VpcIngressConnectionDeleteVpcIngressConnectionResponse. vpcIngressConnection()A description of the App Runner VPC Ingress Connection that this request just deleted.VpcIngressConnectionDescribeVpcIngressConnectionResponse. vpcIngressConnection()A description of the App Runner VPC Ingress Connection that you specified in this request.VpcIngressConnectionUpdateVpcIngressConnectionResponse. vpcIngressConnection()A description of the App Runner VPC Ingress Connection resource that's updated by this request.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type VpcIngressConnection Modifier and Type Method Description CreateVpcIngressConnectionResponse.BuilderCreateVpcIngressConnectionResponse.Builder. vpcIngressConnection(VpcIngressConnection vpcIngressConnection)A description of the App Runner VPC Ingress Connection resource that's created by this request.DeleteVpcIngressConnectionResponse.BuilderDeleteVpcIngressConnectionResponse.Builder. vpcIngressConnection(VpcIngressConnection vpcIngressConnection)A description of the App Runner VPC Ingress Connection that this request just deleted.DescribeVpcIngressConnectionResponse.BuilderDescribeVpcIngressConnectionResponse.Builder. vpcIngressConnection(VpcIngressConnection vpcIngressConnection)A description of the App Runner VPC Ingress Connection that you specified in this request.UpdateVpcIngressConnectionResponse.BuilderUpdateVpcIngressConnectionResponse.Builder. vpcIngressConnection(VpcIngressConnection vpcIngressConnection)A description of the App Runner VPC Ingress Connection resource that's updated by this request.
-