Uses of Interface
software.amazon.awssdk.codegen.poet.StaticImport
-
Packages that use StaticImport Package Description software.amazon.awssdk.codegen.poet software.amazon.awssdk.codegen.poet.client -
-
Uses of StaticImport in software.amazon.awssdk.codegen.poet
Methods in software.amazon.awssdk.codegen.poet that return StaticImport Modifier and Type Method Description static StaticImportStaticImport. staticMethodImport(Class<?> clz, String... members)A helper implementation to create aStaticImportfrom aClassMethods in software.amazon.awssdk.codegen.poet that return types with arguments of type StaticImport Modifier and Type Method Description default Iterable<StaticImport>ClassSpec. staticImports()An optional hook to allow inclusion of static imports for example converting: -
Uses of StaticImport in software.amazon.awssdk.codegen.poet.client
Methods in software.amazon.awssdk.codegen.poet.client that return types with arguments of type StaticImport Modifier and Type Method Description Iterable<StaticImport>AsyncClientClass. staticImports()
-