Uses of Class
software.amazon.awssdk.codegen.model.intermediate.MapModel
Packages that use MapModel
Package
Description
-
Uses of MapModel in software.amazon.awssdk.codegen.internal
Methods in software.amazon.awssdk.codegen.internal with parameters of type MapModelModifier and TypeMethodDescriptionstatic booleanUtils.isMapKeyWithEnumShape(MapModel mapModel) static booleanUtils.isMapValueWithEnumShape(MapModel mapModel) -
Uses of MapModel in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return MapModelMethods in software.amazon.awssdk.codegen.model.intermediate with parameters of type MapModelModifier and TypeMethodDescriptionvoidMemberModel.setMapModel(MapModel map) MemberModel.withMapModel(MapModel map) -
Uses of MapModel in software.amazon.awssdk.codegen.poet.model
Methods in software.amazon.awssdk.codegen.poet.model with parameters of type MapModelModifier and TypeMethodDescriptioncom.squareup.javapoet.TypeNameTypeProvider.mapEntryWithConcreteTypes(MapModel mapModel)