Uses of Class
software.amazon.awssdk.codegen.validation.ModelValidationContext.Builder
-
Packages that use ModelValidationContext.Builder Package Description software.amazon.awssdk.codegen.validation -
-
Uses of ModelValidationContext.Builder in software.amazon.awssdk.codegen.validation
Methods in software.amazon.awssdk.codegen.validation that return ModelValidationContext.Builder Modifier and Type Method Description static ModelValidationContext.BuilderModelValidationContext. builder()ModelValidationContext.BuilderModelValidationContext.Builder. intermediateModel(IntermediateModel intermediateModel)The service model for which code is being generated.ModelValidationContext.BuilderModelValidationContext.Builder. shareModelsTarget(IntermediateModel shareModelsTarget)The model of the service that the currently generating service shares models with.
-