Uses of Interface
software.amazon.awssdk.services.cloudfront.model.TestFunctionResponse.Builder
-
Packages that use TestFunctionResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of TestFunctionResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return TestFunctionResponse.Builder Modifier and Type Method Description static 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.BuilderTestFunctionResponse.Builder. testResult(TestResult testResult)An object that represents the result of running the function with the provided event object.TestFunctionResponse.BuilderTestFunctionResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type TestFunctionResponse.Builder Modifier and Type Method Description static Class<? extends TestFunctionResponse.Builder>TestFunctionResponse. serializableBuilderClass()
-