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.static ShapeMarshallerUtils. createSyntheticInputShapeMarshaller(ServiceMetadata service, Operation operation)Create the ShapeMarshaller to the input shape from the specified Operation.Methods in software.amazon.awssdk.codegen.internal with parameters of type ShapeMarshaller Modifier and Type Method Description ProtocolMetadataConstantsProtocolMetadataDefault. protocolMetadata(ShapeMarshaller shapeMarshaller)Returns a function that maps from aShapeMarshallerto a set of protocol metadata constants that we codegen. -
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. withIsSynthetic(Boolean isSynthetic)ShapeMarshallerShapeMarshaller. withLocationName(String locationName)ShapeMarshallerShapeMarshaller. withProtocol(String protocol)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)
-