| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront |
|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TestFunctionResponse> |
CloudFrontAsyncClient.testFunction(Consumer<TestFunctionRequest.Builder> testFunctionRequest)
Tests a CloudFront function.
|
default TestFunctionResponse |
CloudFrontClient.testFunction(Consumer<TestFunctionRequest.Builder> testFunctionRequest)
Tests a CloudFront function.
|
| Modifier and Type | Method and Description |
|---|---|
static TestFunctionRequest.Builder |
TestFunctionRequest.builder() |
TestFunctionRequest.Builder |
TestFunctionRequest.Builder.eventObject(SdkBytes eventObject)
The event object to test the function with.
|
TestFunctionRequest.Builder |
TestFunctionRequest.Builder.ifMatch(String ifMatch)
The current version (
ETag value) of the function that you are testing, which you can get using
DescribeFunction. |
TestFunctionRequest.Builder |
TestFunctionRequest.Builder.name(String name)
The name of the function that you are testing.
|
TestFunctionRequest.Builder |
TestFunctionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TestFunctionRequest.Builder |
TestFunctionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TestFunctionRequest.Builder |
TestFunctionRequest.Builder.stage(FunctionStage stage)
The stage of the function that you are testing, either
DEVELOPMENT or LIVE. |
TestFunctionRequest.Builder |
TestFunctionRequest.Builder.stage(String stage)
The stage of the function that you are testing, either
DEVELOPMENT or LIVE. |
TestFunctionRequest.Builder |
TestFunctionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestFunctionRequest.Builder> |
TestFunctionRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.