Uses of Class
software.amazon.awssdk.services.cloudfront.model.TestFunctionResponse
-
Packages that use TestFunctionResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of TestFunctionResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return TestFunctionResponse Modifier and Type Method Description default TestFunctionResponseCloudFrontClient. testFunction(Consumer<TestFunctionRequest.Builder> testFunctionRequest)Tests a CloudFront function.default TestFunctionResponseCloudFrontClient. testFunction(TestFunctionRequest testFunctionRequest)Tests a CloudFront function.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type TestFunctionResponse Modifier and Type Method Description default CompletableFuture<TestFunctionResponse>CloudFrontAsyncClient. testFunction(Consumer<TestFunctionRequest.Builder> testFunctionRequest)Tests a CloudFront function.default CompletableFuture<TestFunctionResponse>CloudFrontAsyncClient. testFunction(TestFunctionRequest testFunctionRequest)Tests a CloudFront function.
-