Uses of Class
software.amazon.awssdk.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityResponse
-
Packages that use DeleteCloudFrontOriginAccessIdentityResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of DeleteCloudFrontOriginAccessIdentityResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return DeleteCloudFrontOriginAccessIdentityResponse Modifier and Type Method Description default DeleteCloudFrontOriginAccessIdentityResponseCloudFrontClient. deleteCloudFrontOriginAccessIdentity(Consumer<DeleteCloudFrontOriginAccessIdentityRequest.Builder> deleteCloudFrontOriginAccessIdentityRequest)Delete an origin access identity.default DeleteCloudFrontOriginAccessIdentityResponseCloudFrontClient. deleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest)Delete an origin access identity.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type DeleteCloudFrontOriginAccessIdentityResponse Modifier and Type Method Description default CompletableFuture<DeleteCloudFrontOriginAccessIdentityResponse>CloudFrontAsyncClient. deleteCloudFrontOriginAccessIdentity(Consumer<DeleteCloudFrontOriginAccessIdentityRequest.Builder> deleteCloudFrontOriginAccessIdentityRequest)Delete an origin access identity.default CompletableFuture<DeleteCloudFrontOriginAccessIdentityResponse>CloudFrontAsyncClient. deleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest)Delete an origin access identity.
-