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