Home
last modified time | relevance | path

Searched defs:LIST_INTERFACE (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/internal/
H A DTypeUtils.java41 public static final String LIST_INTERFACE = "listInterface"; field in TypeUtils.TypeKey
73 DATA_TYPE_MAPPINGS.put(TypeKey.LIST_INTERFACE, List.class.getName()); in DATA_TYPE_MAPPINGS.put()