Uses of Class
software.amazon.awssdk.codegen.model.service.Operation
-
Packages that use Operation Package Description software.amazon.awssdk.codegen.internal software.amazon.awssdk.codegen.model.service -
-
Uses of Operation in software.amazon.awssdk.codegen.internal
Methods in software.amazon.awssdk.codegen.internal with parameters of type Operation 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 Operation in software.amazon.awssdk.codegen.model.service
Methods in software.amazon.awssdk.codegen.model.service that return Operation Modifier and Type Method Description Operation
ServiceModel. getOperation(String operationName)
Convenience getter to retrieve anOperation
by name.Operation
Operation. withHttp(Http http)
Operation
Operation. withInput(Input input)
Operation
Operation. withName(String name)
Methods in software.amazon.awssdk.codegen.model.service that return types with arguments of type Operation Modifier and Type Method Description Map<String,Operation>
ServiceModel. getOperations()
Method parameters in software.amazon.awssdk.codegen.model.service with type arguments of type Operation Modifier and Type Method Description void
ServiceModel. setOperations(Map<String,Operation> operations)
Constructor parameters in software.amazon.awssdk.codegen.model.service with type arguments of type Operation Constructor Description ServiceModel(ServiceMetadata metadata, Map<String,Operation> operations, Map<String,Shape> shapes, Map<String,Authorizer> authorizers)
-