Class ModelAuthSchemeKnowledgeIndex

java.lang.Object
software.amazon.awssdk.codegen.poet.auth.scheme.ModelAuthSchemeKnowledgeIndex

public final class ModelAuthSchemeKnowledgeIndex extends Object
Knowledge index to get access to the configured service auth schemes and operations overrides. This index is optimized for code generation of switch statements therefore the data is grouped by operations that share the same auth schemes. This index is a building block for AuthSchemeCodegenKnowledgeIndex and SigV4AuthSchemeCodegenKnowledgeIndex indexes that have a friendly interface for the codegen use cases.
  • Method Details