Uses of Interface
software.amazon.awssdk.services.apprunner.model.CreateVpcIngressConnectionResponse.Builder
-
Packages that use CreateVpcIngressConnectionResponse.Builder Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of CreateVpcIngressConnectionResponse.Builder in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return CreateVpcIngressConnectionResponse.Builder Modifier and Type Method Description static CreateVpcIngressConnectionResponse.BuilderCreateVpcIngressConnectionResponse. builder()CreateVpcIngressConnectionResponse.BuilderCreateVpcIngressConnectionResponse. toBuilder()default CreateVpcIngressConnectionResponse.BuilderCreateVpcIngressConnectionResponse.Builder. vpcIngressConnection(Consumer<VpcIngressConnection.Builder> vpcIngressConnection)A description of the App Runner VPC Ingress Connection resource that's created by this request.CreateVpcIngressConnectionResponse.BuilderCreateVpcIngressConnectionResponse.Builder. vpcIngressConnection(VpcIngressConnection vpcIngressConnection)A description of the App Runner VPC Ingress Connection resource that's created by this request.Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type CreateVpcIngressConnectionResponse.Builder Modifier and Type Method Description static Class<? extends CreateVpcIngressConnectionResponse.Builder>CreateVpcIngressConnectionResponse. serializableBuilderClass()
-