Class EndpointModifierIndex
java.lang.Object
software.amazon.smithy.rulesengine.aws.traits.EndpointModifierIndex
- All Implemented Interfaces:
 KnowledgeIndex
Locates the endpoint modifier traits applied to services.
 Endpoint modifier traits are traits that are marked by 
EndpointModifierTrait- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetEndpointModifierTraits(ToShapeId toShapeId) Gets all endpoint modifier traits applied to a service.static EndpointModifierIndex 
- 
Constructor Details
- 
EndpointModifierIndex
 
 - 
 - 
Method Details
- 
of
 - 
getEndpointModifierTraits
Gets all endpoint modifier traits applied to a service.- Parameters:
 toShapeId- Service shape to query- Returns:
 - Map of endpoint modifier trait ID to the trait
 
 
 -