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 Summary
Constructors Constructor Description EndpointModifierIndex(Model model)
-
Method Summary
All 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 EndpointModifierIndex
of(Model model)
-
-
-
Constructor Detail
-
EndpointModifierIndex
public EndpointModifierIndex(Model model)
-
-
Method Detail
-
of
public static EndpointModifierIndex of(Model model)
-
-