Uses of Interface
software.amazon.awssdk.services.cloudfront.model.TestFunctionResponse.Builder
Packages that use TestFunctionResponse.Builder
-
Uses of TestFunctionResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return TestFunctionResponse.BuilderModifier and TypeMethodDescriptionstatic TestFunctionResponse.BuilderTestFunctionResponse.builder()default TestFunctionResponse.BuilderTestFunctionResponse.Builder.testResult(Consumer<TestResult.Builder> testResult) An object that represents the result of running the function with the provided event object.TestFunctionResponse.Builder.testResult(TestResult testResult) An object that represents the result of running the function with the provided event object.TestFunctionResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type TestFunctionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TestFunctionResponse.Builder>TestFunctionResponse.serializableBuilderClass()