Uses of Class
software.amazon.awssdk.services.cloudfront.model.UpdateVpcOriginResponse
-
Packages that use UpdateVpcOriginResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of UpdateVpcOriginResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return UpdateVpcOriginResponse Modifier and Type Method Description default UpdateVpcOriginResponseCloudFrontClient. updateVpcOrigin(Consumer<UpdateVpcOriginRequest.Builder> updateVpcOriginRequest)Update an Amazon CloudFront VPC origin in your account.default UpdateVpcOriginResponseCloudFrontClient. updateVpcOrigin(UpdateVpcOriginRequest updateVpcOriginRequest)Update an Amazon CloudFront VPC origin in your account.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type UpdateVpcOriginResponse Modifier and Type Method Description default CompletableFuture<UpdateVpcOriginResponse>CloudFrontAsyncClient. updateVpcOrigin(Consumer<UpdateVpcOriginRequest.Builder> updateVpcOriginRequest)Update an Amazon CloudFront VPC origin in your account.default CompletableFuture<UpdateVpcOriginResponse>CloudFrontAsyncClient. updateVpcOrigin(UpdateVpcOriginRequest updateVpcOriginRequest)Update an Amazon CloudFront VPC origin in your account.
-