Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateVpcOriginResponse
-
Packages that use CreateVpcOriginResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of CreateVpcOriginResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CreateVpcOriginResponse Modifier and Type Method Description default CreateVpcOriginResponseCloudFrontClient. createVpcOrigin(Consumer<CreateVpcOriginRequest.Builder> createVpcOriginRequest)Create an Amazon CloudFront VPC origin.default CreateVpcOriginResponseCloudFrontClient. createVpcOrigin(CreateVpcOriginRequest createVpcOriginRequest)Create an Amazon CloudFront VPC origin.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type CreateVpcOriginResponse Modifier and Type Method Description default CompletableFuture<CreateVpcOriginResponse>CloudFrontAsyncClient. createVpcOrigin(Consumer<CreateVpcOriginRequest.Builder> createVpcOriginRequest)Create an Amazon CloudFront VPC origin.default CompletableFuture<CreateVpcOriginResponse>CloudFrontAsyncClient. createVpcOrigin(CreateVpcOriginRequest createVpcOriginRequest)Create an Amazon CloudFront VPC origin.
-