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