Package | Description |
---|---|
com.amazonaws.services.cloudfront |
|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
TestFunctionResult |
AbstractAmazonCloudFront.testFunction(TestFunctionRequest request) |
TestFunctionResult |
AmazonCloudFrontClient.testFunction(TestFunctionRequest request)
Tests a CloudFront function.
|
TestFunctionResult |
AmazonCloudFront.testFunction(TestFunctionRequest testFunctionRequest)
Tests a CloudFront function.
|
Modifier and Type | Method and Description |
---|---|
Future<TestFunctionResult> |
AbstractAmazonCloudFrontAsync.testFunctionAsync(TestFunctionRequest request,
AsyncHandler<TestFunctionRequest,TestFunctionResult> asyncHandler) |
Future<TestFunctionResult> |
AmazonCloudFrontAsyncClient.testFunctionAsync(TestFunctionRequest request,
AsyncHandler<TestFunctionRequest,TestFunctionResult> asyncHandler) |
Future<TestFunctionResult> |
AmazonCloudFrontAsync.testFunctionAsync(TestFunctionRequest testFunctionRequest,
AsyncHandler<TestFunctionRequest,TestFunctionResult> asyncHandler)
Tests a CloudFront function.
|
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 © 2022. All rights reserved.