Uses of Class
software.amazon.awssdk.services.cloudfront.model.DeletePublicKeyResponse
-
Packages that use DeletePublicKeyResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of DeletePublicKeyResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return DeletePublicKeyResponse Modifier and Type Method Description default DeletePublicKeyResponseCloudFrontClient. deletePublicKey(Consumer<DeletePublicKeyRequest.Builder> deletePublicKeyRequest)Remove a public key you previously added to CloudFront.default DeletePublicKeyResponseCloudFrontClient. deletePublicKey(DeletePublicKeyRequest deletePublicKeyRequest)Remove a public key you previously added to CloudFront.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type DeletePublicKeyResponse Modifier and Type Method Description default CompletableFuture<DeletePublicKeyResponse>CloudFrontAsyncClient. deletePublicKey(Consumer<DeletePublicKeyRequest.Builder> deletePublicKeyRequest)Remove a public key you previously added to CloudFront.default CompletableFuture<DeletePublicKeyResponse>CloudFrontAsyncClient. deletePublicKey(DeletePublicKeyRequest deletePublicKeyRequest)Remove a public key you previously added to CloudFront.
-