Class ModelBasedAuthSchemeProviderSpec
java.lang.Object
software.amazon.awssdk.codegen.poet.auth.scheme.ModelBasedAuthSchemeProviderSpec
- All Implemented Interfaces:
ClassSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAuthTypeProperties
(com.squareup.javapoet.MethodSpec.Builder spec, AuthType authType) com.squareup.javapoet.ClassName
com.squareup.javapoet.TypeSpec
poetSpec()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.codegen.poet.ClassSpec
staticImports
-
Constructor Details
-
ModelBasedAuthSchemeProviderSpec
-
-
Method Details
-
className
public com.squareup.javapoet.ClassName className() -
poetSpec
public com.squareup.javapoet.TypeSpec poetSpec() -
addAuthTypeProperties
-