-
-
Method Detail
-
get
public Void get()
- Specified by:
get
in class Promise<Void>
- Returns:
- result of your asynchronous computation
-
isReady
public boolean isReady()
- Specified by:
isReady
in class Promise<Void>
- Returns:
true
if the result of your asynchronous computation
is available
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.