Uses of Interface
software.amazon.awssdk.services.cloudfront.model.TestFunctionRequest.Builder
Packages that use TestFunctionRequest.Builder
Package
Description
-
Uses of TestFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type TestFunctionRequest.BuilderModifier and TypeMethodDescriptiondefault 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.BuilderModifier and TypeMethodDescriptionstatic TestFunctionRequest.BuilderTestFunctionRequest.builder()TestFunctionRequest.Builder.eventObject(SdkBytes eventObject) The event object to test the function with.The current version (ETagvalue) of the function that you are testing, which you can get usingDescribeFunction.The name of the function that you are testing.TestFunctionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) TestFunctionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The stage of the function that you are testing, eitherDEVELOPMENTorLIVE.TestFunctionRequest.Builder.stage(FunctionStage stage) The stage of the function that you are testing, eitherDEVELOPMENTorLIVE.TestFunctionRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type TestFunctionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TestFunctionRequest.Builder>TestFunctionRequest.serializableBuilderClass()