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 ServiceModel
IntermediateModelBuilder. getService()
ServiceModel
C2jModels. serviceModel()
Methods in software.amazon.awssdk.codegen with parameters of type ServiceModel Modifier and Type Method Description C2jModels.Builder
C2jModels.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 void
CodegenCustomizationProcessor. preprocess(ServiceModel serviceModel)
Apply the customization by directly modifying the service model, before the intermediate model is built.void
CodegenCustomizationProcessorChain. 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 void
CustomSdkShapesProcessor. preprocess(ServiceModel serviceModel)
void
ExplicitStringPayloadQueryProtocolProcessor. preprocess(ServiceModel serviceModel)
void
MetadataModifiersProcessor. preprocess(ServiceModel serviceModel)
void
NewAndLegacyEventStreamProcessor. preprocess(ServiceModel serviceModel)
void
RemoveExceptionMessagePropertyProcessor. preprocess(ServiceModel serviceModel)
void
RenameShapesProcessor. preprocess(ServiceModel serviceModel)
Rename shapes for Member, Input, Output, ErrorMap, as well as the key for two maps: serviceModel.shape() and shapeModifiersvoid
S3ControlRemoveAccountIdHostPrefixProcessor. preprocess(ServiceModel serviceModel)
void
S3RemoveBucketFromUriProcessor. preprocess(ServiceModel serviceModel)
void
UseLegacyEventGenerationSchemeProcessor. 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 String
Utils. 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)
-