Uses of Class
software.amazon.awssdk.services.apprunner.model.VpcIngressConnectionSummary
-
Packages that use VpcIngressConnectionSummary Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of VpcIngressConnectionSummary in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type VpcIngressConnectionSummary Modifier and Type Method Description List<VpcIngressConnectionSummary>ListVpcIngressConnectionsResponse. vpcIngressConnectionSummaryList()A list of summary information records for VPC Ingress Connections.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type VpcIngressConnectionSummary Modifier and Type Method Description ListVpcIngressConnectionsResponse.BuilderListVpcIngressConnectionsResponse.Builder. vpcIngressConnectionSummaryList(VpcIngressConnectionSummary... vpcIngressConnectionSummaryList)A list of summary information records for VPC Ingress Connections.Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type VpcIngressConnectionSummary Modifier and Type Method Description ListVpcIngressConnectionsResponse.BuilderListVpcIngressConnectionsResponse.Builder. vpcIngressConnectionSummaryList(Collection<VpcIngressConnectionSummary> vpcIngressConnectionSummaryList)A list of summary information records for VPC Ingress Connections.
-