| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront | 
 | 
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<UpdateFunctionResult> | 
AmazonCloudFrontAsync.updateFunctionAsync(UpdateFunctionRequest updateFunctionRequest,
                   AsyncHandler<UpdateFunctionRequest,UpdateFunctionResult> asyncHandler)
 Updates a CloudFront function. 
 | 
Future<UpdateFunctionResult> | 
AmazonCloudFrontAsyncClient.updateFunctionAsync(UpdateFunctionRequest request,
                   AsyncHandler<UpdateFunctionRequest,UpdateFunctionResult> asyncHandler)  | 
Future<UpdateFunctionResult> | 
AbstractAmazonCloudFrontAsync.updateFunctionAsync(UpdateFunctionRequest request,
                   AsyncHandler<UpdateFunctionRequest,UpdateFunctionResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateFunctionRequest | 
UpdateFunctionRequest.clone()  | 
UpdateFunctionRequest | 
UpdateFunctionRequest.withFunctionCode(ByteBuffer functionCode)
 The function code. 
 | 
UpdateFunctionRequest | 
UpdateFunctionRequest.withFunctionConfig(FunctionConfig functionConfig)
 Configuration information about the function. 
 | 
UpdateFunctionRequest | 
UpdateFunctionRequest.withIfMatch(String ifMatch)
 The current version ( 
ETag value) of the function that you are updating, which you can get using
 DescribeFunction. | 
UpdateFunctionRequest | 
UpdateFunctionRequest.withName(String name)
 The name of the function that you are updating. 
 | 
Copyright © 2021. All rights reserved.