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