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