Class AsyncWaiterClassSpec
java.lang.Object
software.amazon.awssdk.codegen.poet.waiters.BaseWaiterClassSpec
software.amazon.awssdk.codegen.poet.waiters.AsyncWaiterClassSpec
- 
Field Summary
Fields inherited from class software.amazon.awssdk.codegen.poet.waiters.BaseWaiterClassSpec
FAILURE_MESSAGE_FORMAT_FOR_ERROR_MATCHER, FAILURE_MESSAGE_FORMAT_FOR_PATH_MATCHER - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class software.amazon.awssdk.codegen.poet.waiters.BaseWaiterClassSpec
poetSpecMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.codegen.poet.ClassSpec
staticImports 
- 
Constructor Details
- 
AsyncWaiterClassSpec
 
 - 
 - 
Method Details
- 
className
public com.squareup.javapoet.ClassName className()- Returns:
 - The Poet representation of the class being generated, this may be used by other classes
 
 
 -