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