Uses of Class
software.amazon.awssdk.codegen.model.service.ServiceModel
-
-
Uses of ServiceModel in software.amazon.awssdk.codegen
Methods in software.amazon.awssdk.codegen that return ServiceModel Modifier and Type Method Description ServiceModelIntermediateModelBuilder. getService()ServiceModelC2jModels. serviceModel()Methods in software.amazon.awssdk.codegen with parameters of type ServiceModel Modifier and Type Method Description C2jModels.BuilderC2jModels.Builder. serviceModel(ServiceModel serviceModel) -
Uses of ServiceModel in software.amazon.awssdk.codegen.customization
Methods in software.amazon.awssdk.codegen.customization with parameters of type ServiceModel Modifier and Type Method Description voidCodegenCustomizationProcessor. preprocess(ServiceModel serviceModel)Apply the customization by directly modifying the service model, before the intermediate model is built.voidCodegenCustomizationProcessorChain. preprocess(ServiceModel serviceModel) -
Uses of ServiceModel in software.amazon.awssdk.codegen.customization.processors
Methods in software.amazon.awssdk.codegen.customization.processors with parameters of type ServiceModel Modifier and Type Method Description voidCustomSdkShapesProcessor. preprocess(ServiceModel serviceModel)voidExplicitStringPayloadQueryProtocolProcessor. preprocess(ServiceModel serviceModel)voidMetadataModifiersProcessor. preprocess(ServiceModel serviceModel)voidNewAndLegacyEventStreamProcessor. preprocess(ServiceModel serviceModel)voidRemoveExceptionMessagePropertyProcessor. preprocess(ServiceModel serviceModel)voidRenameShapesProcessor. preprocess(ServiceModel serviceModel)Rename shapes for Member, Input, Output, ErrorMap, as well as the key for two maps: serviceModel.shape() and shapeModifiersvoidS3ControlRemoveAccountIdHostPrefixProcessor. preprocess(ServiceModel serviceModel)voidS3RemoveBucketFromUriProcessor. preprocess(ServiceModel serviceModel)voidUseLegacyEventGenerationSchemeProcessor. preprocess(ServiceModel serviceModel) -
Uses of ServiceModel in software.amazon.awssdk.codegen.internal
Methods in software.amazon.awssdk.codegen.internal with parameters of type ServiceModel Modifier and Type Method Description static StringUtils. getFileNamePrefix(ServiceModel serviceModel)* @param serviceModel Service model to get prefix for. -
Uses of ServiceModel in software.amazon.awssdk.codegen.naming
Constructors in software.amazon.awssdk.codegen.naming with parameters of type ServiceModel Constructor Description DefaultNamingStrategy(ServiceModel serviceModel, CustomizationConfig customizationConfig)
-