Uses of Class
software.amazon.awssdk.services.cloudfront.model.TestConnectionFunctionResponse
Packages that use TestConnectionFunctionResponse
-
Uses of TestConnectionFunctionResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return TestConnectionFunctionResponseModifier and TypeMethodDescriptiondefault TestConnectionFunctionResponseCloudFrontClient.testConnectionFunction(Consumer<TestConnectionFunctionRequest.Builder> testConnectionFunctionRequest) Tests a connection function.default TestConnectionFunctionResponseCloudFrontClient.testConnectionFunction(TestConnectionFunctionRequest testConnectionFunctionRequest) Tests a connection function.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type TestConnectionFunctionResponseModifier and TypeMethodDescriptionCloudFrontAsyncClient.testConnectionFunction(Consumer<TestConnectionFunctionRequest.Builder> testConnectionFunctionRequest) Tests a connection function.CloudFrontAsyncClient.testConnectionFunction(TestConnectionFunctionRequest testConnectionFunctionRequest) Tests a connection function.