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