Class EndpointModifierIndex
- java.lang.Object
- 
- software.amazon.smithy.rulesengine.aws.traits.EndpointModifierIndex
 
- 
- All Implemented Interfaces:
- KnowledgeIndex
 
 public final class EndpointModifierIndex extends java.lang.Object implements KnowledgeIndex Locates the endpoint modifier traits applied to services. Endpoint modifier traits are traits that are marked byEndpointModifierTrait
- 
- 
Constructor SummaryConstructors Constructor Description EndpointModifierIndex(Model model)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<ShapeId,Trait>getEndpointModifierTraits(ToShapeId toShapeId)Gets all endpoint modifier traits applied to a service.static EndpointModifierIndexof(Model model)
 
- 
- 
- 
Constructor Detail- 
EndpointModifierIndexpublic EndpointModifierIndex(Model model) 
 
- 
 - 
Method Detail- 
ofpublic static EndpointModifierIndex of(Model model) 
 
- 
 
-