Uses of Class
software.amazon.awssdk.services.cloudfront.model.DeleteVpcOriginRequest
-
Packages that use DeleteVpcOriginRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of DeleteVpcOriginRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type DeleteVpcOriginRequest Modifier and Type Method Description default CompletableFuture<DeleteVpcOriginResponse>CloudFrontAsyncClient. deleteVpcOrigin(DeleteVpcOriginRequest deleteVpcOriginRequest)Delete an Amazon CloudFront VPC origin.default DeleteVpcOriginResponseCloudFrontClient. deleteVpcOrigin(DeleteVpcOriginRequest deleteVpcOriginRequest)Delete an Amazon CloudFront VPC origin. -
Uses of DeleteVpcOriginRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type DeleteVpcOriginRequest Modifier and Type Method Description SdkHttpFullRequestDeleteVpcOriginRequestMarshaller. marshall(DeleteVpcOriginRequest deleteVpcOriginRequest)
-