Uses of Class
software.amazon.awssdk.services.cloudfront.model.UpdatePublicKeyResponse
Packages that use UpdatePublicKeyResponse
-
Uses of UpdatePublicKeyResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return UpdatePublicKeyResponseModifier and TypeMethodDescriptiondefault 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 UpdatePublicKeyResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UpdatePublicKeyResponse>CloudFrontAsyncClient.updatePublicKey(Consumer<UpdatePublicKeyRequest.Builder> updatePublicKeyRequest) Update public key information.default CompletableFuture<UpdatePublicKeyResponse>CloudFrontAsyncClient.updatePublicKey(UpdatePublicKeyRequest updatePublicKeyRequest) Update public key information.