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