Package | Description |
---|---|
com.amazonaws.services.cloudfront |
|
com.amazonaws.services.cloudfront.model |
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 |
---|---|
TestFunctionRequest |
TestFunctionRequest.clone() |
TestFunctionRequest |
TestFunctionRequest.withEventObject(ByteBuffer eventObject)
The event object to test the function with.
|
TestFunctionRequest |
TestFunctionRequest.withIfMatch(String ifMatch)
The current version (
ETag value) of the function that you are testing, which you can get using
DescribeFunction . |
TestFunctionRequest |
TestFunctionRequest.withName(String name)
The name of the function that you are testing.
|
TestFunctionRequest |
TestFunctionRequest.withStage(FunctionStage stage)
The stage of the function that you are testing, either
DEVELOPMENT or LIVE . |
TestFunctionRequest |
TestFunctionRequest.withStage(String stage)
The stage of the function that you are testing, either
DEVELOPMENT or LIVE . |
Copyright © 2022. All rights reserved.