Uses of Class
software.amazon.awssdk.services.cloudfront.model.UpdatePublicKeyResponse
-
Packages that use UpdatePublicKeyResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of UpdatePublicKeyResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return UpdatePublicKeyResponse Modifier and Type Method Description default UpdatePublicKeyResponseCloudFrontClient. updatePublicKey(Consumer<UpdatePublicKeyRequest.Builder> updatePublicKeyRequest)Update public key information.default UpdatePublicKeyResponseCloudFrontClient. updatePublicKey(UpdatePublicKeyRequest updatePublicKeyRequest)Update public key information.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type UpdatePublicKeyResponse Modifier and Type Method Description default CompletableFuture<UpdatePublicKeyResponse>CloudFrontAsyncClient. updatePublicKey(Consumer<UpdatePublicKeyRequest.Builder> updatePublicKeyRequest)Update public key information.default CompletableFuture<UpdatePublicKeyResponse>CloudFrontAsyncClient. updatePublicKey(UpdatePublicKeyRequest updatePublicKeyRequest)Update public key information.
-