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