Uses of Class
software.amazon.awssdk.endpoints.EndpointAttributeKey
-
-
Uses of EndpointAttributeKey in software.amazon.awssdk.endpoints
Methods in software.amazon.awssdk.endpoints that return EndpointAttributeKey Modifier and Type Method Description static <E> EndpointAttributeKey<List<E>>EndpointAttributeKey. forList(String name)Methods in software.amazon.awssdk.endpoints with parameters of type EndpointAttributeKey Modifier and Type Method Description <T> TEndpoint. attribute(EndpointAttributeKey<T> key)<T> Endpoint.BuilderEndpoint.Builder. putAttribute(EndpointAttributeKey<T> key, T value)
-