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