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 -
-
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 ShapeMarshaller
Utils. createInputShapeMarshaller(ServiceMetadata service, Operation operation)
Create the ShapeMarshaller to the input shape from the specified Operation.static ShapeMarshaller
Utils. 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 ServiceMetadata
ServiceModel. getMetadata()
Methods in software.amazon.awssdk.codegen.model.service with parameters of type ServiceMetadata Modifier and Type Method Description void
ServiceModel. 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)
-