Uses of Class
software.amazon.awssdk.services.apprunner.model.DeleteVpcIngressConnectionRequest
-
Packages that use DeleteVpcIngressConnectionRequest Package Description software.amazon.awssdk.services.apprunner App Runner software.amazon.awssdk.services.apprunner.transform -
-
Uses of DeleteVpcIngressConnectionRequest in software.amazon.awssdk.services.apprunner
Methods in software.amazon.awssdk.services.apprunner with parameters of type DeleteVpcIngressConnectionRequest Modifier and Type Method Description default CompletableFuture<DeleteVpcIngressConnectionResponse>AppRunnerAsyncClient. deleteVpcIngressConnection(DeleteVpcIngressConnectionRequest deleteVpcIngressConnectionRequest)Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service.default DeleteVpcIngressConnectionResponseAppRunnerClient. deleteVpcIngressConnection(DeleteVpcIngressConnectionRequest deleteVpcIngressConnectionRequest)Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service. -
Uses of DeleteVpcIngressConnectionRequest in software.amazon.awssdk.services.apprunner.transform
Methods in software.amazon.awssdk.services.apprunner.transform with parameters of type DeleteVpcIngressConnectionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteVpcIngressConnectionRequestMarshaller. marshall(DeleteVpcIngressConnectionRequest deleteVpcIngressConnectionRequest)
-