Uses of Class
software.amazon.awssdk.codegen.model.config.customization.ConvenienceTypeOverload
-
Packages that use ConvenienceTypeOverload Package Description software.amazon.awssdk.codegen.model.config.customization -
-
Uses of ConvenienceTypeOverload in software.amazon.awssdk.codegen.model.config.customization
Methods in software.amazon.awssdk.codegen.model.config.customization that return ConvenienceTypeOverload Modifier and Type Method Description ConvenienceTypeOverloadConvenienceTypeOverload. withConvenienceType(String convenienceType)ConvenienceTypeOverloadConvenienceTypeOverload. withMemberName(String memberName)ConvenienceTypeOverloadConvenienceTypeOverload. withShapeName(String shapeName)ConvenienceTypeOverloadConvenienceTypeOverload. withTypeAdapterFqcn(String typeAdapterFqcn)Methods in software.amazon.awssdk.codegen.model.config.customization that return types with arguments of type ConvenienceTypeOverload Modifier and Type Method Description List<ConvenienceTypeOverload>CustomizationConfig. getConvenienceTypeOverloads()Method parameters in software.amazon.awssdk.codegen.model.config.customization with type arguments of type ConvenienceTypeOverload Modifier and Type Method Description voidCustomizationConfig. setConvenienceTypeOverloads(List<ConvenienceTypeOverload> convenienceTypeOverloads)
-