| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront | 
 | 
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<UpdatePublicKeyResult> | 
AmazonCloudFrontAsync.updatePublicKeyAsync(UpdatePublicKeyRequest updatePublicKeyRequest,
                    AsyncHandler<UpdatePublicKeyRequest,UpdatePublicKeyResult> asyncHandler)
 Update public key information. 
 | 
Future<UpdatePublicKeyResult> | 
AmazonCloudFrontAsyncClient.updatePublicKeyAsync(UpdatePublicKeyRequest request,
                    AsyncHandler<UpdatePublicKeyRequest,UpdatePublicKeyResult> asyncHandler)  | 
Future<UpdatePublicKeyResult> | 
AbstractAmazonCloudFrontAsync.updatePublicKeyAsync(UpdatePublicKeyRequest request,
                    AsyncHandler<UpdatePublicKeyRequest,UpdatePublicKeyResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdatePublicKeyRequest | 
UpdatePublicKeyRequest.clone()  | 
UpdatePublicKeyRequest | 
UpdatePublicKeyRequest.withId(String id)
 The identifier of the public key that you are updating. 
 | 
UpdatePublicKeyRequest | 
UpdatePublicKeyRequest.withIfMatch(String ifMatch)
 The value of the  
ETag header that you received when retrieving the public key to update. | 
UpdatePublicKeyRequest | 
UpdatePublicKeyRequest.withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
 A public key configuration. 
 | 
Copyright © 2021. All rights reserved.