| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront | 
 | 
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<GetFunctionResult> | 
AmazonCloudFrontAsyncClient.getFunctionAsync(GetFunctionRequest request,
                AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)  | 
Future<GetFunctionResult> | 
AbstractAmazonCloudFrontAsync.getFunctionAsync(GetFunctionRequest request,
                AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)  | 
Future<GetFunctionResult> | 
AmazonCloudFrontAsync.getFunctionAsync(GetFunctionRequest getFunctionRequest,
                AsyncHandler<GetFunctionRequest,GetFunctionResult> asyncHandler)
 Gets the code of a CloudFront function. 
 | 
| 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  
DEVELOPMENT or LIVE. | 
GetFunctionRequest | 
GetFunctionRequest.withStage(String stage)
 The function's stage, either  
DEVELOPMENT or LIVE. | 
Copyright © 2024. All rights reserved.