| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront | 
 | 
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateFunctionResult> | 
AmazonCloudFrontAsync.createFunctionAsync(CreateFunctionRequest createFunctionRequest,
                   AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)
 Creates a CloudFront function. 
 | 
Future<CreateFunctionResult> | 
AmazonCloudFrontAsyncClient.createFunctionAsync(CreateFunctionRequest request,
                   AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)  | 
Future<CreateFunctionResult> | 
AbstractAmazonCloudFrontAsync.createFunctionAsync(CreateFunctionRequest request,
                   AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateFunctionRequest | 
CreateFunctionRequest.clone()  | 
CreateFunctionRequest | 
CreateFunctionRequest.withFunctionCode(ByteBuffer functionCode)
 The function code. 
 | 
CreateFunctionRequest | 
CreateFunctionRequest.withFunctionConfig(FunctionConfig functionConfig)
 Configuration information about the function, including an optional comment and the function’s runtime. 
 | 
CreateFunctionRequest | 
CreateFunctionRequest.withName(String name)
 A name to identify the function. 
 | 
Copyright © 2021. All rights reserved.