| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront |  | 
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<GetFunctionResult> | AmazonCloudFrontAsync. getFunctionAsync(GetFunctionRequest getFunctionRequest,
                AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)
 Gets the code of a CloudFront function. | 
| Future<GetFunctionResult> | AmazonCloudFrontAsyncClient. getFunctionAsync(GetFunctionRequest request,
                AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler) | 
| Future<GetFunctionResult> | AbstractAmazonCloudFrontAsync. getFunctionAsync(GetFunctionRequest request,
                AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| GetFunctionRequest | GetFunctionRequest. clone() | 
| GetFunctionRequest | GetFunctionRequest. withName(String name)
 The name of the function whose code you are getting. | 
| GetFunctionRequest | GetFunctionRequest. withStage(FunctionStage stage)
 The function’s stage, either  DEVELOPMENTorLIVE. | 
| GetFunctionRequest | GetFunctionRequest. withStage(String stage)
 The function’s stage, either  DEVELOPMENTorLIVE. | 
Copyright © 2022. All rights reserved.