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