Home
last modified time | relevance | path

Searched defs:responseOrException (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/waiters/
H A DWaiterExecutorHelper.java48 …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()
H A DWaiterExecutor.java76 … private WaiterAcceptor<? super T> firstWaiterAcceptor(Either<T, Throwable> responseOrException) { in firstWaiterAcceptor()
H A DAsyncWaiterExecutor.java75 Either<T, Throwable> responseOrException; in runAsyncPollingFunction() local