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