Uses of Class
software.amazon.awssdk.services.apprunner.model.UpdateVpcIngressConnectionResponse
-
Packages that use UpdateVpcIngressConnectionResponse Package Description software.amazon.awssdk.services.apprunner App Runner -
-
Uses of UpdateVpcIngressConnectionResponse in software.amazon.awssdk.services.apprunner
Methods in software.amazon.awssdk.services.apprunner that return UpdateVpcIngressConnectionResponse Modifier and Type Method Description default UpdateVpcIngressConnectionResponseAppRunnerClient. updateVpcIngressConnection(Consumer<UpdateVpcIngressConnectionRequest.Builder> updateVpcIngressConnectionRequest)Update an existing App Runner VPC Ingress Connection resource.default UpdateVpcIngressConnectionResponseAppRunnerClient. updateVpcIngressConnection(UpdateVpcIngressConnectionRequest updateVpcIngressConnectionRequest)Update an existing App Runner VPC Ingress Connection resource.Methods in software.amazon.awssdk.services.apprunner that return types with arguments of type UpdateVpcIngressConnectionResponse Modifier and Type Method Description default CompletableFuture<UpdateVpcIngressConnectionResponse>AppRunnerAsyncClient. updateVpcIngressConnection(Consumer<UpdateVpcIngressConnectionRequest.Builder> updateVpcIngressConnectionRequest)Update an existing App Runner VPC Ingress Connection resource.default CompletableFuture<UpdateVpcIngressConnectionResponse>AppRunnerAsyncClient. updateVpcIngressConnection(UpdateVpcIngressConnectionRequest updateVpcIngressConnectionRequest)Update an existing App Runner VPC Ingress Connection resource.
-