Class InvokeAsyncResult
java.lang.Object
com.amazonaws.services.lambda.model.InvokeAsyncResult
- All Implemented Interfaces:
Serializable
,Cloneable
Deprecated.
Upon success, it returns empty response. Otherwise, throws an exception.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated.boolean
Deprecated.Deprecated.It will be 202 upon success.int
hashCode()
Deprecated.void
Deprecated.It will be 202 upon success.toString()
Deprecated.Returns a string representation of this object; useful for testing and debugging.withStatus
(Integer status) Deprecated.It will be 202 upon success.
-
Constructor Details
-
InvokeAsyncResult
public InvokeAsyncResult()Deprecated.
-
-
Method Details
-
setStatus
Deprecated.It will be 202 upon success.
- Parameters:
status
- It will be 202 upon success.
-
getStatus
Deprecated.It will be 202 upon success.
- Returns:
- It will be 202 upon success.
-
withStatus
Deprecated.It will be 202 upon success.
- Parameters:
status
- It will be 202 upon success.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Deprecated.Returns a string representation of this object; useful for testing and debugging. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
clone
Deprecated.
-