Uses of Class
software.amazon.awssdk.codegen.model.service.ServiceMetadata
-
Packages that use ServiceMetadata Package Description software.amazon.awssdk.codegen.internal software.amazon.awssdk.codegen.model.service software.amazon.awssdk.codegen.utils -
-
Uses of ServiceMetadata in software.amazon.awssdk.codegen.internal
Methods in software.amazon.awssdk.codegen.internal with parameters of type ServiceMetadata 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. -
Uses of ServiceMetadata in software.amazon.awssdk.codegen.model.service
Methods in software.amazon.awssdk.codegen.model.service that return ServiceMetadata Modifier and Type Method Description ServiceMetadataServiceModel. getMetadata()Methods in software.amazon.awssdk.codegen.model.service with parameters of type ServiceMetadata Modifier and Type Method Description voidServiceModel. setMetadata(ServiceMetadata metadata)Constructors in software.amazon.awssdk.codegen.model.service with parameters of type ServiceMetadata Constructor Description ServiceModel(ServiceMetadata metadata, Map<String,Operation> operations, Map<String,Shape> shapes, Map<String,Authorizer> authorizers) -
Uses of ServiceMetadata in software.amazon.awssdk.codegen.utils
Methods in software.amazon.awssdk.codegen.utils with parameters of type ServiceMetadata Modifier and Type Method Description static StringProtocolUtils. resolveProtocol(ServiceMetadata serviceMetadata)protocolssupersedesprotocol.
-