public class MockAwsApiStrategy extends Object implements AwsApiStrategy
| Constructor and Description |
|---|
MockAwsApiStrategy(String input) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse |
getNextInvocation() |
void |
postInitError(Exception ex) |
void |
postInvocationError(Invocation invocation,
Exception ex) |
ApiResponse |
postInvocationResponse(Invocation invocation,
Object response) |
public MockAwsApiStrategy(String input)
public void postInitError(Exception ex)
postInitError in interface AwsApiStrategypublic ApiResponse getNextInvocation()
getNextInvocation in interface AwsApiStrategypublic ApiResponse postInvocationResponse(Invocation invocation, Object response)
postInvocationResponse in interface AwsApiStrategypublic void postInvocationError(Invocation invocation, Exception ex)
postInvocationError in interface AwsApiStrategyCopyright © 2020 be.cloudway. All rights reserved.