Interface EndpointAttributeProvider<T>
-
- Type Parameters:
T
- theAwsEndpointAttribute
type
public interface EndpointAttributeProvider<T>
Link between an endpoint property and theAwsEndpointAttribute
it represents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointAttributeKey<T>
attributeKey()
T
attributeValue(Value value)
String
propertyName()
-
-
-
Method Detail
-
propertyName
String propertyName()
-
attributeKey
EndpointAttributeKey<T> attributeKey()
-
-