Interface EndpointAttributeProvider<T>
-
- Type Parameters:
T- theAwsEndpointAttributetype
@SdkInternalApi public interface EndpointAttributeProvider<T>
Link between an endpoint property and theAwsEndpointAttributeit represents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointAttributeKey<T>attributeKey()TattributeValue(Value value)StringpropertyName()
-
-
-
Method Detail
-
propertyName
String propertyName()
-
attributeKey
EndpointAttributeKey<T> attributeKey()
-
-