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 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 Operation in software.amazon.awssdk.codegen.model.service
Methods in software.amazon.awssdk.codegen.model.service that return Operation Modifier and Type Method Description OperationServiceModel. getOperation(String operationName)Convenience getter to retrieve anOperationby name.OperationOperation. withHttp(Http http)OperationOperation. withInput(Input input)OperationOperation. 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 voidServiceModel. 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)
-