Uses of Interface
software.amazon.awssdk.codegen.customization.CodegenCustomizationProcessor
-
Packages that use CodegenCustomizationProcessor Package Description software.amazon.awssdk.codegen.customization software.amazon.awssdk.codegen.customization.processors -
-
Uses of CodegenCustomizationProcessor in software.amazon.awssdk.codegen.customization
Classes in software.amazon.awssdk.codegen.customization that implement CodegenCustomizationProcessor Modifier and Type Class Description classCodegenCustomizationProcessorChainConstructors in software.amazon.awssdk.codegen.customization with parameters of type CodegenCustomizationProcessor Constructor Description CodegenCustomizationProcessorChain(CodegenCustomizationProcessor... processors) -
Uses of CodegenCustomizationProcessor in software.amazon.awssdk.codegen.customization.processors
Classes in software.amazon.awssdk.codegen.customization.processors that implement CodegenCustomizationProcessor Modifier and Type Class Description classCustomSdkShapesProcessorclassExplicitStringPayloadQueryProtocolProcessorOperations with explicit String payloads are not supported for services with Query protocol.classMetadataModifiersProcessorThis processor handles preprocess modifications to service metadata and postprocess modifications to intermediate model metadata.classNewAndLegacyEventStreamProcessorServices that have "legacy" streams, Kinesis and Transcribe Streaming builds should fail if there is a new evenstream added, that codegen doesn't know about.classRemoveExceptionMessagePropertyProcessorThis processor removes the member *message* in the exception shapes from the intermediate model.classRenameShapesProcessorclassS3ControlRemoveAccountIdHostPrefixProcessorWith Endpoints 2.0, the endpoint rule set is responsible for adding the prefix, so we remove it from the model to avoid errors in constructing the endpoint.classS3RemoveBucketFromUriProcessorWith Endpoints 2.0, the endpoint rule set for S3 is responsible for taking theBucketparameter from the input and adding it to the request URI.classUseLegacyEventGenerationSchemeProcessorThis process enforces constraints placed on the "useLegacyEventGenerationSchemeProcessor"; i.e.Methods in software.amazon.awssdk.codegen.customization.processors that return CodegenCustomizationProcessor Modifier and Type Method Description static CodegenCustomizationProcessorDefaultCustomizationProcessor. getProcessorFor(CustomizationConfig config)
-