public final class DefaultWaiterResponse<T> extends Object implements WaiterResponse<T>
WaiterResponse| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultWaiterResponse.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
int |
attemptsExecuted() |
static <T> DefaultWaiterResponse.Builder<T> |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
ResponseOrException<T> |
matched() |
String |
toString() |
public static <T> DefaultWaiterResponse.Builder<T> builder()
public ResponseOrException<T> matched()
matched in interface WaiterResponse<T>public int attemptsExecuted()
attemptsExecuted in interface WaiterResponse<T>Copyright © 2023. All rights reserved.