Uses of Class
software.amazon.awssdk.services.b2bi.model.Mapping
-
Packages that use Mapping Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of Mapping in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return Mapping Modifier and Type Method Description MappingCreateTransformerRequest. mapping()Specify the structure that contains the mapping template and its language (either XSLT or JSONATA).MappingCreateTransformerResponse. mapping()Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).MappingGetTransformerResponse. mapping()Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).MappingTransformerSummary. mapping()Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).MappingUpdateTransformerRequest. mapping()Specify the structure that contains the mapping template and its language (either XSLT or JSONATA).MappingUpdateTransformerResponse. mapping()Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).Methods in software.amazon.awssdk.services.b2bi.model with parameters of type Mapping Modifier and Type Method Description CreateTransformerRequest.BuilderCreateTransformerRequest.Builder. mapping(Mapping mapping)Specify the structure that contains the mapping template and its language (either XSLT or JSONATA).CreateTransformerResponse.BuilderCreateTransformerResponse.Builder. mapping(Mapping mapping)Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).GetTransformerResponse.BuilderGetTransformerResponse.Builder. mapping(Mapping mapping)Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).TransformerSummary.BuilderTransformerSummary.Builder. mapping(Mapping mapping)Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).UpdateTransformerRequest.BuilderUpdateTransformerRequest.Builder. mapping(Mapping mapping)Specify the structure that contains the mapping template and its language (either XSLT or JSONATA).UpdateTransformerResponse.BuilderUpdateTransformerResponse.Builder. mapping(Mapping mapping)Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).
-