| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront | 
 | 
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
TestFunctionResult | 
AbstractAmazonCloudFront.testFunction(TestFunctionRequest request)  | 
TestFunctionResult | 
AmazonCloudFront.testFunction(TestFunctionRequest testFunctionRequest)
 Tests a CloudFront function. 
 | 
TestFunctionResult | 
AmazonCloudFrontClient.testFunction(TestFunctionRequest request)
 Tests a CloudFront function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<TestFunctionResult> | 
AmazonCloudFrontAsync.testFunctionAsync(TestFunctionRequest testFunctionRequest,
                 AsyncHandler<TestFunctionRequest,TestFunctionResult> asyncHandler)
 Tests a CloudFront function. 
 | 
Future<TestFunctionResult> | 
AmazonCloudFrontAsyncClient.testFunctionAsync(TestFunctionRequest request,
                 AsyncHandler<TestFunctionRequest,TestFunctionResult> asyncHandler)  | 
Future<TestFunctionResult> | 
AbstractAmazonCloudFrontAsync.testFunctionAsync(TestFunctionRequest request,
                 AsyncHandler<TestFunctionRequest,TestFunctionResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
TestFunctionResult | 
TestFunctionResult.clone()  | 
TestFunctionResult | 
TestFunctionResult.withTestResult(TestResult testResult)
 An object that represents the result of running the function with the provided event object. 
 | 
Copyright © 2021. All rights reserved.