Uses of Class
software.amazon.awssdk.core.internal.waiters.ResponseOrException
-
Packages that use ResponseOrException Package Description software.amazon.awssdk.core.internal.waiters software.amazon.awssdk.core.waiters -
-
Uses of ResponseOrException in software.amazon.awssdk.core.internal.waiters
Methods in software.amazon.awssdk.core.internal.waiters that return ResponseOrException Modifier and Type Method Description static <R> ResponseOrException<R>ResponseOrException. exception(Throwable value)Create a new ResponseOrException with the exceptionResponseOrException<T>DefaultWaiterResponse. matched()static <R> ResponseOrException<R>ResponseOrException. response(R value)Create a new ResponseOrException with the response -
Uses of ResponseOrException in software.amazon.awssdk.core.waiters
Methods in software.amazon.awssdk.core.waiters that return ResponseOrException Modifier and Type Method Description ResponseOrException<T>WaiterResponse. matched()
-