Uses of Class
software.amazon.awssdk.services.cloudfront.model.UpdateVpcOriginResponse
Packages that use UpdateVpcOriginResponse
-
Uses of UpdateVpcOriginResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return UpdateVpcOriginResponseModifier and TypeMethodDescriptiondefault 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 UpdateVpcOriginResponseModifier and TypeMethodDescriptiondefault 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.