Toggle navigation
Home
com.amazonaws.services.lambda.model.RemoveEventSourceRequest to com.amazonaws.services.lambda.model.InvokeRequest
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'aws-sdk-java'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Other
null
to
result
null
to
result
null
to
result
Cascading Type Change (Similar)
Void
to
InvokeResult
Callable<Void>
to
Callable<InvokeResult>
Void
to
InvokeResult
Callable<Void>
to
Callable<InvokeResult>
Add or Remove Method invocation
removeEventSource(removeEventSourceRequest)
to
result
removeEventSource(removeEventSourceRequest)
to
result
Update Anonymous class
{ public Void call() throws Exception { try { removeEventSource(removeEventSourceRequest); } catch ( Exception ex) { asyncHandler.onError(ex); throw ex; } asyncHandler.onSuccess(removeEventSourceRequest,null); return null; } }
to
{ public InvokeResult call() throws Exception { InvokeResult result; try { result=invoke(invokeRequest); } catch ( Exception ex) { asyncHandler.onError(ex); throw ex; } asyncHandler.onSuccess(invokeRequest,result); return result; } }
{ public Void call() throws Exception { try { removeEventSource(removeEventSourceRequest); } catch ( Exception ex) { asyncHandler.onError(ex); throw ex; } asyncHandler.onSuccess(removeEventSourceRequest,null); return null; } }
to
{ public InvokeResult call() throws Exception { InvokeResult result; try { result=invoke(invokeRequest); } catch ( Exception ex) { asyncHandler.onError(ex); throw ex; } asyncHandler.onSuccess(invokeRequest,result); return result; } }
Rename Variable
removeEventSourceRequest
to
invokeRequest
removeEventSourceRequest
to
invokeRequest