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