class Aws::Plugins::ResponsePaging::Handler

@api private

def call(context)

def call(context)
  PageableResponse.new(@handler.call(context))
end