public interface SdkFunction<InputT,OutputT>
Modifier and Type | Method and Description |
---|---|
OutputT |
apply(InputT 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.