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