public interface SdkFunction<Input,Output>
| Modifier and Type | Method and Description | 
|---|---|
Output | 
apply(Input input)
Abstract method that makes a call to the operation
 specified by the waiter by taking the corresponding
 input and returns the corresponding output 
 | 
Copyright © 2020. All rights reserved.