Uses of Class
software.amazon.awssdk.services.apprunner.model.CreateVpcIngressConnectionResponse
-
Packages that use CreateVpcIngressConnectionResponse Package Description software.amazon.awssdk.services.apprunner App Runner -
-
Uses of CreateVpcIngressConnectionResponse in software.amazon.awssdk.services.apprunner
Methods in software.amazon.awssdk.services.apprunner that return CreateVpcIngressConnectionResponse Modifier and Type Method Description default CreateVpcIngressConnectionResponseAppRunnerClient. createVpcIngressConnection(Consumer<CreateVpcIngressConnectionRequest.Builder> createVpcIngressConnectionRequest)Create an App Runner VPC Ingress Connection resource.default CreateVpcIngressConnectionResponseAppRunnerClient. createVpcIngressConnection(CreateVpcIngressConnectionRequest createVpcIngressConnectionRequest)Create an App Runner VPC Ingress Connection resource.Methods in software.amazon.awssdk.services.apprunner that return types with arguments of type CreateVpcIngressConnectionResponse Modifier and Type Method Description default CompletableFuture<CreateVpcIngressConnectionResponse>AppRunnerAsyncClient. createVpcIngressConnection(Consumer<CreateVpcIngressConnectionRequest.Builder> createVpcIngressConnectionRequest)Create an App Runner VPC Ingress Connection resource.default CompletableFuture<CreateVpcIngressConnectionResponse>AppRunnerAsyncClient. createVpcIngressConnection(CreateVpcIngressConnectionRequest createVpcIngressConnectionRequest)Create an App Runner VPC Ingress Connection resource.
-