Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetVpcOriginRequest
-
Packages that use GetVpcOriginRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of GetVpcOriginRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type GetVpcOriginRequest Modifier and Type Method Description default CompletableFuture<GetVpcOriginResponse>CloudFrontAsyncClient. getVpcOrigin(GetVpcOriginRequest getVpcOriginRequest)Get the details of an Amazon CloudFront VPC origin.default GetVpcOriginResponseCloudFrontClient. getVpcOrigin(GetVpcOriginRequest getVpcOriginRequest)Get the details of an Amazon CloudFront VPC origin. -
Uses of GetVpcOriginRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type GetVpcOriginRequest Modifier and Type Method Description SdkHttpFullRequestGetVpcOriginRequestMarshaller. marshall(GetVpcOriginRequest getVpcOriginRequest)
-