Class OperationDocs

java.lang.Object
software.amazon.awssdk.codegen.docs.OperationDocs

public final class OperationDocs extends Object
Provides documentation for an operation method on the client interface. Use getDocs(IntermediateModel, OperationModel, ClientType) to retrieve documentation for the typical overload for an operation (i.e. the one that takes in a request object and returns a response object in the simple case) or use getDocs(IntermediateModel, OperationModel, ClientType, SimpleMethodOverload) with the specified convenience overload as defined in SimpleMethodOverload.