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