Searched defs:responseOrException (Results 1 – 3 of 3) sorted by relevance
48 …public WaiterResponse<T> createWaiterResponse(Either<T, Throwable> responseOrException, int attemp… in createWaiterResponse()55 …WaiterAcceptor<? super T>> firstWaiterAcceptorIfMatched(Either<T, Throwable> responseOrException) { in firstWaiterAcceptorIfMatched()91 public SdkClientException noneMatchException(Either<T, Throwable> responseOrException) { in noneMatchException()
76 … private WaiterAcceptor<? super T> firstWaiterAcceptor(Either<T, Throwable> responseOrException) { in firstWaiterAcceptor()
75 Either<T, Throwable> responseOrException; in runAsyncPollingFunction() local