Uses of Class
software.amazon.awssdk.codegen.model.intermediate.ShapeMarshaller
-
Packages that use ShapeMarshaller Package Description software.amazon.awssdk.codegen.internal software.amazon.awssdk.codegen.model.intermediate -
-
Uses of ShapeMarshaller in software.amazon.awssdk.codegen.internal
Methods in software.amazon.awssdk.codegen.internal that return ShapeMarshaller Modifier and Type Method Description static ShapeMarshallerUtils. createInputShapeMarshaller(ServiceMetadata service, Operation operation)Create the ShapeMarshaller to the input shape from the specified Operation. -
Uses of ShapeMarshaller in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return ShapeMarshaller Modifier and Type Method Description ShapeMarshallerShapeModel. getMarshaller()ShapeMarshallerShapeMarshaller. withAction(String action)ShapeMarshallerShapeMarshaller. withLocationName(String locationName)ShapeMarshallerShapeMarshaller. withRequestUri(String requestUri)ShapeMarshallerShapeMarshaller. withTarget(String target)ShapeMarshallerShapeMarshaller. withVerb(String verb)ShapeMarshallerShapeMarshaller. withXmlNameSpaceUri(String xmlNameSpaceUri)Methods in software.amazon.awssdk.codegen.model.intermediate with parameters of type ShapeMarshaller Modifier and Type Method Description voidShapeModel. setMarshaller(ShapeMarshaller marshaller)
-