Uses of Interface
software.amazon.awssdk.services.cloudfront.model.TestFunctionRequest.Builder
-
Packages that use TestFunctionRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of TestFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type TestFunctionRequest.Builder Modifier and Type Method Description default CompletableFuture<TestFunctionResponse>CloudFrontAsyncClient. testFunction(Consumer<TestFunctionRequest.Builder> testFunctionRequest)Tests a CloudFront function.default TestFunctionResponseCloudFrontClient. testFunction(Consumer<TestFunctionRequest.Builder> testFunctionRequest)Tests a CloudFront function. -
Uses of TestFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return TestFunctionRequest.Builder Modifier and Type Method Description static TestFunctionRequest.BuilderTestFunctionRequest. builder()TestFunctionRequest.BuilderTestFunctionRequest.Builder. eventObject(SdkBytes eventObject)The event object to test the function with.TestFunctionRequest.BuilderTestFunctionRequest.Builder. ifMatch(String ifMatch)The current version (ETagvalue) of the function that you are testing, which you can get usingDescribeFunction.TestFunctionRequest.BuilderTestFunctionRequest.Builder. name(String name)The name of the function that you are testing.TestFunctionRequest.BuilderTestFunctionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TestFunctionRequest.BuilderTestFunctionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TestFunctionRequest.BuilderTestFunctionRequest.Builder. stage(String stage)The stage of the function that you are testing, eitherDEVELOPMENTorLIVE.TestFunctionRequest.BuilderTestFunctionRequest.Builder. stage(FunctionStage stage)The stage of the function that you are testing, eitherDEVELOPMENTorLIVE.TestFunctionRequest.BuilderTestFunctionRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type TestFunctionRequest.Builder Modifier and Type Method Description static Class<? extends TestFunctionRequest.Builder>TestFunctionRequest. serializableBuilderClass()
-