Uses of Class
software.amazon.awssdk.services.apprunner.model.VpcConnector
-
Packages that use VpcConnector Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of VpcConnector in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return VpcConnector Modifier and Type Method Description VpcConnectorCreateVpcConnectorResponse. vpcConnector()A description of the App Runner VPC connector that's created by this request.VpcConnectorDeleteVpcConnectorResponse. vpcConnector()A description of the App Runner VPC connector that this request just deleted.VpcConnectorDescribeVpcConnectorResponse. vpcConnector()A description of the App Runner VPC connector that you specified in this request.Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type VpcConnector Modifier and Type Method Description List<VpcConnector>ListVpcConnectorsResponse. vpcConnectors()A list of information records for VPC connectors.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type VpcConnector Modifier and Type Method Description CreateVpcConnectorResponse.BuilderCreateVpcConnectorResponse.Builder. vpcConnector(VpcConnector vpcConnector)A description of the App Runner VPC connector that's created by this request.DeleteVpcConnectorResponse.BuilderDeleteVpcConnectorResponse.Builder. vpcConnector(VpcConnector vpcConnector)A description of the App Runner VPC connector that this request just deleted.DescribeVpcConnectorResponse.BuilderDescribeVpcConnectorResponse.Builder. vpcConnector(VpcConnector vpcConnector)A description of the App Runner VPC connector that you specified in this request.ListVpcConnectorsResponse.BuilderListVpcConnectorsResponse.Builder. vpcConnectors(VpcConnector... vpcConnectors)A list of information records for VPC connectors.Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type VpcConnector Modifier and Type Method Description ListVpcConnectorsResponse.BuilderListVpcConnectorsResponse.Builder. vpcConnectors(Collection<VpcConnector> vpcConnectors)A list of information records for VPC connectors.
-