Package | Description |
---|---|
com.amazonaws.services.cloudfront |
|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdatePublicKeyResult> |
AbstractAmazonCloudFrontAsync.updatePublicKeyAsync(UpdatePublicKeyRequest request,
AsyncHandler<UpdatePublicKeyRequest,UpdatePublicKeyResult> asyncHandler) |
Future<UpdatePublicKeyResult> |
AmazonCloudFrontAsync.updatePublicKeyAsync(UpdatePublicKeyRequest updatePublicKeyRequest,
AsyncHandler<UpdatePublicKeyRequest,UpdatePublicKeyResult> asyncHandler)
Update public key information.
|
Future<UpdatePublicKeyResult> |
AmazonCloudFrontAsyncClient.updatePublicKeyAsync(UpdatePublicKeyRequest request,
AsyncHandler<UpdatePublicKeyRequest,UpdatePublicKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdatePublicKeyRequest |
UpdatePublicKeyRequest.clone() |
UpdatePublicKeyRequest |
UpdatePublicKeyRequest.withId(String id)
ID of the public key to be updated.
|
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)
Request to update public key information.
|
Copyright © 2019. All rights reserved.